Re: Search for phrase including prepositions

2009-07-01 Thread Michael Ludwig
akinori schrieb: When I search "make for", solr returns words include both "make" and "for", but when I type more than 3 words such as "in order to", the result becomes 0 though the index is sure to have several words including 3 of the words. 2 words are ok but more than 3 words resulted zero. W

Re: Search for phrase including prepositions

2009-06-30 Thread akinori
; > Exactly. > >> Could anyone navigate me? > > Go to your analysis page, enter your field name (or type), check > "verbose output", enter your query, and press "Analyze". > > http://localhost:8983/solr/admin/analysis.jsp > > You'll proba

Re: Search for phrase including prepositions

2009-06-30 Thread Michael Ludwig
akinori schrieb: I indexed English dictionary to solr. When I search "apple juice" for example, solr understands the query is "apple" & "juice" as what I want. Howerver, when I search "apple for", solr thinks that the query is just "apple". How can I solve this? I think I have to understand the a

Search for phrase including prepositions

2009-06-30 Thread akinori
this? I think I have to understand the analyzer. Could anyone navigate me? Akinori -- View this message in context: http://www.nabble.com/Search-for-phrase-including-prepositions-tp24275909p24275909.html Sent from the Solr - User mailing list archive at Nabble.com.