Re: are stopwords indexed?

2012-07-17 Thread Erick Erickson
Two things: 1> did you re-index after you got your stopwords file set up? And I'd blow away the index directory before re-indexing. 2> If you _store_ your field, the stopwords will be in your results lists, but _not_ in your index. As a secondary check, try going into your admin/schema browser

Re: are stopwords indexed?

2012-07-16 Thread Giovanni Gherdovich
Hi all, thank you for your replies. Lance: > Look at the index with the Schema Browser in the Solr UI. This pulls > the terms for each field. I did it, and it was the first alarm I got. After the indexing, I went on the schema browser hoping to don't see any stopword in the top-terms, but... they

Re: are stopwords indexed?

2012-07-16 Thread Michael Belenki
/> > > > -- -- >8 -- -- >8 -- -- >8 -- -- >8 > > * searching for a stopwords thru solr gives always zero results > * inspecting the index with LuCLI > http://manpages.ubuntu.com/manpages/natty/man1/lucli.1.html > show that all stopwords are in my index. Note that I query > LuCLI specifying the field, i.e. with "myFieldName:and" > and not just with the stopword "and". > > Is this normal? > > Are stopwords indexed? > > Cheers, > Giovanni

Re: are stopwords indexed?

2012-07-16 Thread Lance Norskog
lr gives always zero results > * inspecting the index with LuCLI > http://manpages.ubuntu.com/manpages/natty/man1/lucli.1.html > show that all stopwords are in my index. Note that I query > LuCLI specifying the field, i.e. with "myFieldName:and" > and not just with the stopword "and". > > Is this normal? > > Are stopwords indexed? > > Cheers, > Giovanni -- Lance Norskog goks...@gmail.com

are stopwords indexed?

2012-07-15 Thread Giovanni Gherdovich
ttp://manpages.ubuntu.com/manpages/natty/man1/lucli.1.html show that all stopwords are in my index. Note that I query LuCLI specifying the field, i.e. with "myFieldName:and" and not just with the stopword "and". Is this normal? Are stopwords indexed? Cheers, Giovanni