Re: text search problem

2014-07-23 Thread Josh Lincoln
gt; > When I check with &hl-on, it has ABC and get the results. How can > > I avoid this situation. > > > > Thanks > > > > Ravi > > > > > > -----Original Message- > > From: Erick Erickson [mailto:erickerick...@gmail.com] > > Sent: Saturday, July 19

Re: text search problem

2014-07-21 Thread Erick Erickson
> From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Saturday, July 19, 2014 4:40 PM > To: solr-user@lucene.apache.org > Subject: Re: text search problem > > Try adding &debug=all to the query and see what the parsed form of the > query is, likely you're &g

RE: text search problem

2014-07-21 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
14 4:40 PM To: solr-user@lucene.apache.org Subject: Re: text search problem Try adding &debug=all to the query and see what the parsed form of the query is, likely you're 1> using phrase queries, so "broadway hotel" requires both words in the 1> text or 2> if you're n

Re: text search problem

2014-07-19 Thread Erick Erickson
Try adding &debug=all to the query and see what the parsed form of the query is, likely you're 1> using phrase queries, so "broadway hotel" requires both words in the text or 2> if you're not using phrases, you're searching for the AND of the two terms. But debug=all will show you. Plus, take a l