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