dismax « Development « 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 » Development » dismax 

1. Wildcard searches using dismax handler?    stackoverflow.com

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 ...

2. dismax solr request handler MM , PS and Q.ALT    stackoverflow.com

I'm testing the dismax requesthandler , im trying to customize the mm ( Minimum Match ) Parameter ( i already tooked a look at the documentation )

 <str name="mm">
 ...

3. dismax feat. stopwords , synonyms etc    stackoverflow.com

Does dismax support all the features like the standard requestHandler ? stopwords ? synonymes ? stemming ? did you hear about "edismax" ? I'm using Solr1.4 For my first tests of the stopwords ...

4. get all results with Dismax , like q=*:*?    stackoverflow.com

is not possible to do sthe like q=: with DisMax ? thanks !

5. tell me about parameter q in dismax querry parser (solr)    stackoverflow.com

hey i am trying to use dis-max query parser ...

6. searching in solr for specific values with dismax    stackoverflow.com

I'm using the dismax handler to perform solr search over records (boosting some fields). In my index, I have a RetailerId for each document, as well as other fields. My query needs to ...

7. "protected phrase" in Solr    stackoverflow.com

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 full-text search ...

8. Need to use Solr dismax handler but i have no q paramater?    stackoverflow.com

Hi i am trying to make a solr Query using dismax handler but i have no q parameters because i have to match directly on fields..

hl.fragsize=200&mm=1&facet=on&facet.mincount=1&qf=text+&wt=json&hl=true&rows=50&fl=*+score&start=0&q=*:*&fq=jSFunT:("Fresher"+OR+"Developer+/+Programmer+/+Coder")&fq=jNMinEx:[2+TO+*]&fq=jNMaxEx:[2+TO+5]&fq=jNMinSal:[-1+TO+*]&fq=jNMaxSal:[-1+TO+-1]&bq=jSFunT:("Developer+/+Programmer+/+Coder")^1&bq=jSkill:(HTML)^2&bq=jCID:(41449)^8&bq=jJT:(Developer+)^8&bq=jLoc:(Mumbai-Thane+)^4&bq=jINDT:("IT(Software,+Dotcom,+Infra.Mgmt.%26+UI+Design)")^1

OR you can ...

9. problem in spellchecker working with dismax requesthandler    stackoverflow.com

In my solr search previously i was using standard request handler than spellchecker was working fine. now i configured search to dismax request handler. But now spellchecker is not working. would you ...

10. Dismax Request Handler    stackoverflow.com

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 ...

11. solr dismax phrase search    stackoverflow.com

I'm building an application which uses solr to match longer queries (typically, complete sentences) against indexed documents which are almost always shorter (search terms). So, my query looks like "should I ...

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.