Dismax « query « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » query » Dismax 

1. how to i do advanced search query using "OR" in solr dismax    stackoverflow.com

how to specify a query like "java with (developer OR programmer)" using solr dismax handler.. It works with solr standard handler but not with dismax

2. Limiting the output from MoreLikeThis in Solr    stackoverflow.com

Im trying to use MoreLikeThis to get me all similar documents but not documents with a specific contenttype. So the first query needs to find the one document that I want to ...

3. Can dismax & the standard Solr search handler be used together in the same query    stackoverflow.com

Can dismax & the standard Solr search handler be used together in the same query?

4. How do I properly do a dismax query using solrnet    stackoverflow.com

I know I need to add the following code to change to dismax.

ExtraParams = new Dictionary<string, string> { {"qt", "dismax"} }
But how do I pass the "qf" values? I tried ...

5. Solr dismax query    stackoverflow.com

I am trying to create a feature that allows search results to be displayed by this formula sum(weight1*text relevance score, weight2 * price). weight1 and weight2 are numeric values that can ...

6. Some queries don't work with dismax solr    stackoverflow.com

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

7. Solr Dismax handler - whitespace and special character behaviour    stackoverflow.com

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%
Parsed query :
<str name="parsedquery_toString">+((any:histoir any:franc)) ()</str>
I've got 17000 results because Solr is doing an OR (should ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.