Top "Edismax" questions

Extended DisMax is an improved version of the solr DisMax, a popular query mode with Apache Solr

How to boost fields in solr

I already have the boost determined before hand. I have a field in the solr index called boost1 . This boost …

solr lucene solrnet edismax dismax
Solr Query with LIKE Clause

I'm working with Solr and I'd like to know if it is possible to have a LIKE clause in the …

solr lucene solrnet edismax
What regular expression features are supported by Solr edismax?

Regular expressions allows for the pattern matching syntax shown below. I'm trying to implement a powerful search tool that implements …

regex solr edismax
What is the difference between dismax and EdisMax?

I like to know what is the difference between DisMax and EDisMax..? Is there any useful reference to know about …

solr edismax dismax
Substring matches within SOLR

I can't seem to figure out how to find substring matches with SOLR, I've figured out matches based on a …

search solr substring edismax
Solr wrong sort text fields

I have "text_general" field in schema.xml <fieldType name="text_general" class="solr.TextField" positionIncrementGap="100"> <analyzer …

search sorting solr edismax
Solr 3.3.0 - Increase field weight in search - boost field priority

I'm indexing with solr 3.3.0 these docs: <book id="bk101"> <keywords>----</keywords> <title&…

solr field edismax
Searching names with Apache Solr

I've just ventured into the seemingly simple but extremely complex world of searching. For an application, I am required to …

search solr lucene fuzzy-search edismax
Wildcard search in Solr

I am having a problem doing wildcard searches in lucene syntax using the edismax handler. I have Solr 4.0 nightly build …

search solr lucene wildcard edismax