Re: String search in Dismax handler

2012-02-24 Thread Erick Erickson
ts filter. It is as follows > > > > > words="stopwords.txt" enablePositionIncrements="true" /> > generateintegerParts="1" catenateWords="1" catenateintegers="1" > catenateAll="1" splitOnCaseChange="1" splitOnNumerics="1" > stemEnglishPossessive="1" /> > > > > > > ignoreCase="true" expand="true"/> > words="stopwords.txt" enablePositionIncrements="true"/> > generateintegerParts="1" catenateWords="0" catenateintegers="0" > catenateAll="0" splitOnCaseChange="0"/> > > > > > > Please guide me. Thanks. > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/String-search-in-Dismax-handler-tp3766360p3772648.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: String search in Dismax handler

2012-02-24 Thread mechravi25
trField" as its class so, we have not used the solr.StopFilterFactory for it. the field type is as follows But, I have used a different field type for name, text and x_name and this field type uses "solr.TextField" as its class and has the solr.StopFilterFactory as one of its filte

Re: String search in Dismax handler

2012-02-23 Thread Erick Erickson
x_name:"pass ? value"^0.3 | text:"pass ? value" | > name:"pass ? value"^2.3)) () >   +(xid:pass by value^0.3 | id:pass by > value^0.3 | x_name:"pass ? value"^0.3 | text:"pass ? value" | name:"pass ? > value"^2.3) () >  + >   DisMaxQParser >   >   >  - >   578.0 >  - >   1.0 >  - >   1.0 >   >  - >   0.0 >   >  - >   0.0 >   >  - >   0.0 >   >  - >   0.0 >   >  - >   0.0 >   >   >  - >   577.0 >  - >   373.0 >   >  - >   0.0 >   >  - >   0.0 >   >  - >   136.0 >   >  - >   0.0 >   >  - >   68.0 >   >   >   >   >   > > > we also tried by using the following tag, text > to make the dismax handler point to the default field type in the schema.xml > and this is also not working. > Am I missing something here? Please guide me > > Thanks > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/String-search-in-Dismax-handler-tp3766360p3769450.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: String search in Dismax handler

2012-02-23 Thread mechravi25
0.0 - 0.0 - 136.0 - 0.0 - 68.0 we also tried by using the following tag, text to make the dismax handler point to the default field type in the schema.xml and this is also not working. Am I missing something here? Please guide me Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/String-search-in-Dismax-handler-tp3766360p3769450.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: String search in Dismax handler

2012-02-22 Thread Erick Erickson
;     >   > > > Please provide some suggestions as to why the string search without quotes > is returning no records > when dismax handler is used. Am I missing out on something? > > Thanks. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/String-search-in-Dismax-handler-tp3766360p3766360.html > Sent from the Solr - User mailing list archive at Nabble.com.