DisMax is an abbreviation of Disjunction Max, and is a popular query mode with Apache Solr.
0
votes
1answer
51 views
Solr 4.1 dismax pf not returning expected results
I am using solr4.1 and qt=dismax. I have a similar set with solr1.4 as well.
When I query solr 4.1 with a pf field, the results returned do not have the documents with matching phrases at the top. ...
0
votes
2answers
77 views
How to perform these SOLR queries?
I have an indexed data(indexed using solrj from rdbms) having fields related to banking such as(sample):customerid, cust_name, accountno, amount, positions, pos_value, EOD_value etc
Now i want to do ...
1
vote
1answer
49 views
Solr : best way to match “at the moon nasa” against “at the moon” through phrase query?
I've got an index of about 500.000 documents, and about 10 of these documents contains the title "at the moon" ('title' field) and the tag "nasa" ('tag' field). When I do a search for "at the moon ...
1
vote
1answer
54 views
Solr DisMax query equivalent
I am trying to set up elevate handler in SOLR 3.5.0 and I need the equivalent of the below query in dismax format which defines different boost values on the same field based on the match type(exact ...
0
votes
1answer
87 views
Different scores from Solr 1 vs Solr 4 Dismax Handler
I've migrated my Solr 1.4 index to Solr 4.0 using this method, and I've kept my solrconfig.xml and schema.xml as unchanged as possible while still being functional.
I'm using the DisjunctionMaxQuery ...
0
votes
0answers
67 views
For Solr dismax query, how can I get each field score?
In my application, each document is composed by four text field, namely title, keywords, summary and text. I know that I can use dismax query with "fq=title keywords summary text" to let Solr do ...
0
votes
1answer
52 views
solr dismax lower boost for empty values
i have document some thing like this
<doc>
<float name="score">1.7004467</float>
<str name="name">Love</str>
<str name="id">15801637</str>
<int ...
0
votes
1answer
48 views
Solr Minimum Match: ArrayIndexOutOfBoundsException
I have the following request handler which searches two text_en fields, Title and Body. The query works find without the minimum match setting. If I use the mm field, and if my search string is above ...
0
votes
2answers
69 views
Custom search query : edismax(user_entered_search_keywords) AND (condition A OR condition B)
My edismax is running perfect and it handles the query formation internally when i just pass the search keywords to dismax.
The next step of my implementation is a custom query where let dismax do ...
0
votes
0answers
63 views
Standard query parser and EDisMax query parser
In Solr some cases, Standard query parser fails to give result but EDisMax parser will give the result for the cases which fails in standard query parser.I want to know with example for what query and ...
4
votes
2answers
842 views
What is the difference between dismax and EdisMax?
I like to know what is the difference between DisMax and EDisMax..?
Is Any useful reference to know about that.?As well I like to know what are the query DisMax failed to produce result , for that ...
1
vote
1answer
40 views
what type of parser have been used in solr
If I have not specified defType in solr query which parser will be used, whether DisMax or EDisMax ?
3
votes
3answers
118 views
Solr End User Query Translation
I am wondering if there is anyway to transform an end user query to a more complicated solr query based on some rules.
For example, if the user types in 32" television, then I want to use the dismax ...
1
vote
0answers
134 views
Solr: Additive boost query without resorting to DisMax - is it possible?
I have a disjunctive Lucene query like this:
(clause_1 OR clause_2 OR ... OR clause_N) and I want to add an additive boost query on top of it, just like the bq parameter in DisMax parser.
I tried ...
0
votes
0answers
126 views
Make Exact Search on Field with Fuzzy Query
We are using solr 3.6.
We have field named Description. We want searching feature with stemming and also without stemming (exact word/phrase search), with highlighting in both .
For that , we had ...
0
votes
2answers
169 views
Solr: How to pass a multivalued request parameter as a “local parameter” in a nested query?
I am constructing a nested Solr DisMax query of the format: _query_:"{!edismax qf=...}.... Now I need to add several boosting queries (bq-parameter), but simply writing _query_:"{!edismax qf=... ...
0
votes
1answer
104 views
fetch specific title in every page with nutch and solr
I have solr and nutch installed and my web page structure is that in every page the title is the same; e.g. Bank Something; but in every page there is a tag with an ID of TITLE, something like:
...
0
votes
1answer
44 views
Boost page with specific fonts in solr
I crawled a website with Apache Nutch and index it to Apache Solr.How i can boost a document that query word exist in specific font(like h2 html tag or...)? for example my query is book and there are ...
0
votes
1answer
81 views
How boost document with distinct content in solr
I have crawled a website with Apache Nutch and index it to Solr.every page of my website has same title, furthermore result found only in content field. then i can't boost fields like this:
...
2
votes
0answers
294 views
Similarity search using Solr's NGramFilterFactory
I am trying to use the NGramFilterFactory in Solr (using Sunspot in Rails) to find similar titles. I managed to add a new field to my solr schema.xml like follows:
<fieldType name="text_ngrm" ...
2
votes
1answer
173 views
Sunspot/Solr: non-alphabetical characters
I'm using Solr with Sunspot/dismax. Is it possible to query for non-alphabetic characters? I.e.:
~ ! @ # $ % ^ & * ( ) _ + - = [ ] { } | \
I'm aware that +/- must be escaped, as they are dismax ...
0
votes
1answer
375 views
Fielded searches with Solr ExtendedDisMax Query Parser
I'm having a problem using the Solr ExtendedDisMax Query Parser with query that contains fielded searches inside not-plain queries.
The case is the following.
If I send to SOLR an edismax request ...
0
votes
0answers
118 views
solr, how can I make search query with fixed slop(distance)
I want to search data within fixed slop in Solr.
For example, I make search query 'title:+solr +user ~2' for search some data which have 'solr' and 'user' within 2 slops. But it's not working in ...
0
votes
2answers
450 views
Solr get calculated distance while using dismax
I'm starting to think that what I want to do is not possible but thought I would give this a try.
I'm running Solr 3.5.
I currently have two types of search:
A basic spatial query which returns ...
0
votes
1answer
100 views
How can accent can be more accurate with bf and query with solr
i work with solr, i can't fix my problem of result's accuracy (q vs bf taking into account accents)
i have a solr index with 2 fields indexed (this is simplified):
town, population
Félines, 100
...
0
votes
0answers
237 views
Using dismax to search for multiword indexed terms
My solr schema is the following ( only important parts):
<fieldType name="bagofwords_expertfinding" class="solr.TextField" positionIncrementGap="100">
<analyzer type="index">
...
0
votes
1answer
530 views
Solr/Dismax with dynamic fields
I just added some wildcard dynamic fields to my solr schema:
<dynamicField name="*_s" type="string" indexed="true" stored="true"/>
Then I add a document with field name like asdfasdf_s
If ...
2
votes
1answer
879 views
How to use solrj with the DismaxRequestHandler?
Due to lack of proper documentation , I am unable to figure out on how to use the dismaxRequestHandler with SolrJ.
On another note , is the standard request handler ,the default in SolrJ's ...
0
votes
4answers
3k views
Solr Dismax handler - whitespace and special character behaviour
I've got strange results when I have special characters in my query.
Here is my request :
q=histoire-france&start=0&rows=10&sort=score+desc&defType=dismax&qf=any^1.0&mm=100%
...
3
votes
2answers
3k views
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 field will have a value from 1 to 10 similar to google PR rank. This is the boost that ...
2
votes
1answer
904 views
Solr dismax boost query not working
I have some video titles stored in my solr index. I query based on title but want to have the rating to influence the score. The rating is a typical 5star rating. This rating is stored within solr ...
0
votes
2answers
908 views
Dismax Request Handler
I'm using solr to search a set of data by name (e.g. "Dan" or "Joe Smith"). I'd like to return the results specified by the query (edit: with a wildcard on the end) in an order specified by another ...
0
votes
1answer
99 views
Querying Solr indexes in order, stopping when you get a match?
I have a setup in which I have two indexes in solr: product_code and title. product_code uses a StrField and title uses a TextField with DoubleMetaphone.
I have a single search box for users to type ...
0
votes
0answers
141 views
Some queries don't work with dismax solr
I use solr and dismax reqest handler.
But when I use this handler, some queries as query by field haven't worked.
What's the problem ?
Thanks
1
vote
0answers
294 views
configure dismax requesthandlar for boost a field
I want to apply boost for searching. i want that if a query term occur both in description,name than docs having query term in description field come high in search results. for this i configure ...
0
votes
1answer
605 views
Solr Dismax Config for Boost Scoring
I've seen many of this topics here but still confusing to implement it. In my case i need to do these:
Search certain phrases in title & text and give title^3, text^1
based on result in #1, i ...
2
votes
1answer
820 views
“protected phrase” in Solr
A customer of mine is a photo agency specialized in photojournalism (well, and gossip), so many of their customers' searches revolve around specific people.
We index about 1.5m documents, with ...
0
votes
1answer
486 views
dismax query syntax
The query for standard request handler is as follows
field1:(keyword1 OR keyword2) OR field2:(keyword1 OR keyword2) OR field3:(keyword1 OR keyword2) AND field4:(keyword3 OR keyword4) AND ...
4
votes
1answer
728 views
Limiting the output from MoreLikeThis in Solr
I'm trying to use MoreLikeThis to get all similar documents but not documents with a specific contenttype.
So the first query needs to find the one document that I want to get "More Like This" of - ...
0
votes
1answer
479 views
Querying Solr using dismax, field not showing up in debug score
I'm storing a set of products in solr as ducuments. I'm separating out the name, description, keywords, and product category name into separate fields so that I can boost them independently using the ...
4
votes
1answer
1k views
Wildcard searches using dismax handler?
I have successfully indexed files, and want to be able to search using wildcards. I am currently using the dismaxRequestHandler (QueryType = dismax) for the searches so that I can search all the ...
2
votes
3answers
2k views
How do I do advanced search query using “OR” in solr dismax
How can you specify a query like "java with (developer OR programmer)" using solr dismax handler...
It works with solr standard handler but not with dismax
