Can you give examples? Show your field type config, the search terms you
used. 

Also, did you reindex after changing your field type? As the index will
be written using the analyser that was active at the time of indexing,
so maybe your index still contains stop words.

Upayavira

On Sun, Jun 9, 2013, at 08:09 AM, jchen2000 wrote:
> Nope. I only searched with individual stop words.  Very strange to me
> 
> 
> Otis Gospodnetic-5 wrote
> > Maybe returned hits match other query terms.
> > 
> > Otis
> > Solr & ElasticSearch Support
> > http://sematext.com/
> > On Jun 8, 2013 6:34 PM, "jchen2000" <
> 
> > jchen200@
> 
> > > wrote:
> > 
> >> I wanted to analyze high frequency terms using Solr's Luke request
> >> handler
> >> and keep updating the stopwords file for new queries from time to time.
> >> Obviously I have to index all terms whether they belong to stopwords list
> >> or
> >> not.
> >>
> >> So I configured query analyzer stopwords list but disabled index analyzer
> >> stopwords list, However, it seems like the query would return all records
> >> containing stopwords after this.
> >>
> >> Anybody has an idea why this would happen?
> >>
> >> ps. I am using Datastax Enterprise 3.0.2 and the solr version is 4.0
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://lucene.472066.n3.nabble.com/does-solr-support-query-time-only-stopwords-tp4069087.html
> >> Sent from the Solr - User mailing list archive at Nabble.com.
> >>
> 
> 
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/does-solr-support-query-time-only-stopwords-tp4069087p4069143.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to