Problem searching for phrases with the word "to"

2009-10-26 Thread mike mulvaney
I'm having trouble searching for phrases that have the word "to" in them. I have a bunch of articles indexed, and I need to be able to search the headlines like this: headline:"House Committee Leaders Ask FCC To Consider Spectrum in Broadband Plan" When I search like that, I get no hits. When I

Re: Problem searching for phrases with the word "to"

2009-10-26 Thread mike mulvaney
topwords. These stopwords are typically stored in a file called > "stopwords.txt". Make sure your that the stopword analyzer is applied both > at index time and query time. > > Cheers > Avlesh > > On Mon, Oct 26, 2009 at 12:55 PM, mike mulvaney > wrote: > >

Re: Problem searching for phrases with the word "to"

2009-10-26 Thread mike mulvaney
I realized this is a bug in Solr and its fixed in 1.4. I downloaded a recent nightly build and it fixed the problem. https://issues.apache.org/jira/browse/SOLR-879 Thanks for the help, Mike On Mon, Oct 26, 2009 at 4:18 PM, mike mulvaney wrote: > I thought the stopwords might be the prob