Re: Some text not indexed in solr4.4

2013-09-24 Thread Utkarsh Sengar
WordDelimiterFilterFactory was the culprit. Removing that fixed the problem. Thanks, -Utkarsh On Tue, Sep 24, 2013 at 12:17 PM, Utkarsh Sengar wrote: > @Furkan Yes, I have run a commit, other text is searchable. > Not sure what you mean there for MultiPhraseQuery. It is mentioned in > context

Re: Some text not indexed in solr4.4

2013-09-24 Thread Utkarsh Sengar
@Furkan Yes, I have run a commit, other text is searchable. Not sure what you mean there for MultiPhraseQuery. It is mentioned in context to SynonymFilterFactory, RemoveDuplicatesTokenFilterFactory and PositionFilterFactory. Which part are you referring to? @Jason I get this response (I have multi

Re: Some text not indexed in solr4.4

2013-09-17 Thread Jason Hellman
Utkarsh, Check to see if the value is actually indexed into the field by using the Terms request handler: http://localhost:8983/solr/terms?terms.fl=text&terms.prefix=d (adjust the prefix to whatever you're looking for) This should get you going in the right direction. Jason On Sep 17, 2013,

Re: Some text not indexed in solr4.4

2013-09-17 Thread Furkan KAMACI
Hi; Did you run commit command? 18 Eylül 2013 Çarşamba tarihinde Utkarsh Sengar adlı kullanıcı şöyle yazdı: > To add to it, I see the exact problem with the queries: "nikon d7100", > "nikon d5100", "samsung ps-we450" etc. > > Thanks, > -Utkarsh > > > On Tue, Sep 17, 2013 at 2:20 PM, Utkarsh Seng

Re: Some text not indexed in solr4.4

2013-09-17 Thread Furkan KAMACI
On the other hand did you check here: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters what it says about MultiPhraseQuery? 18 Eylül 2013 Çarşamba tarihinde Furkan KAMACI adlı kullanıcı şöyle yazdı: > Hi; > > Did you run commit command? > > 18 Eylül 2013 Çarşamba tarihinde Utkarsh S

Re: Some text not indexed in solr4.4

2013-09-17 Thread Utkarsh Sengar
To add to it, I see the exact problem with the queries: "nikon d7100", "nikon d5100", "samsung ps-we450" etc. Thanks, -Utkarsh On Tue, Sep 17, 2013 at 2:20 PM, Utkarsh Sengar wrote: > I have a copyField called allText with type text_general: > https://gist.github.com/utkarsh2012/6167128#file-sc