Re: Solr search in case the first keyword are not index

2013-10-28 Thread dtphat
I have solve it. Thanks. - Phat T. Dong -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-search-in-case-the-first-keyword-are-not-index-tp4097699p4098021.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr search in case the first keyword are not index

2013-10-27 Thread dtphat
HI Hoss, I try to change the default field search to text. But now it still search only the first word. You can give me more suggest. Thanks. - Phat T. Dong -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-search-in-case-the-first-keyword-are-not-index-tp4097699p4098

Re: Solr search in case the first keyword are not index

2013-10-25 Thread dtphat
Thanks for your enthusiasm reply. I will try it. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-search-in-case-the-first-keyword-are-not-index-tp4097699p4097862.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr search in case the first keyword are not index

2013-10-25 Thread Chris Hostetter
: "debug": { : "rawquerystring": "display_add_level1: apache solr reference", : "querystring": "display_add_level1: apache solr reference", : "parsedquery": "display_add_level1:apache text:solr text:reference", : "parsedquery_toString": "display_add_level1:apache text:solr : text:

Re: Solr search in case the first keyword are not index

2013-10-25 Thread dtphat
Hi Chris, My parser operand now is "OR" not "AND", in schema.xml I define: I use below config to index (integrate detecting language in other config). I will show details

Re: Solr search in case the first keyword are not index

2013-10-25 Thread Chris Hostetter
: But when the first keyword is not index, and other keywords are index, solr : can not query it. : (example I search with: apacheee solr reference). run your queries in a browser and add "debug=query" to see how your query is being parsed. you most likely are seeing the results of the parser d