Re: Field tokenizer question

2009-03-24 Thread Chris Hostetter
: as far as I know solr.StrField is not analized but it is indexed as is : (verbatim). correct ... but there is definitely a bug here if the analysis.jsp is implying that an analyzer is being used... https://issues.apache.org/jira/browse/SOLR-1086 -Hoss

Re: Field tokenizer question

2009-03-23 Thread Giovanni De Stefano
ld" in your > > fieldType definition. > > Then reindex and commit. > > > > Koji > > > > > > > > -- > View this message in context: > http://www.nabble.com/Field-tokenizer-question-tp22594575p22653356.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Field tokenizer question

2009-03-22 Thread Ashish P
lass="solr.TextField" instead of class="solr.StrField" in your > fieldType definition. > Then reindex and commit. > > Koji > > > -- View this message in context: http://www.nabble.com/Field-tokenizer-question-tp22594575p22653356.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field tokenizer question

2009-03-19 Thread Koji Sekiguchi
Ashish P wrote: I have created a field, Set class="solr.TextField" instead of class="solr.StrField" in your fieldType definition. Then reindex and commit. Koji

Field tokenizer question

2009-03-18 Thread Ashish P
committed. Am I missing something here? -- View this message in context: http://www.nabble.com/Field-tokenizer-question-tp22594575p22594575.html Sent from the Solr - User mailing list archive at Nabble.com.