Re: Partial Matching in both query and field

2013-07-16 Thread James Bathgate
I figured it out for anyone finding this thread. I had to add the following to my solrconfig.xml luceneMatchVersionLUCENE_31/luceneMatchVersion http://www.searchspring.net/James Bathgate*Sr. Developer*888.643.9043 ext. 610 http://www.linkedin.com/in/bathgate On Thu, Jul 11, 2013 at 2:47 PM

Re: Partial Matching in both query and field

2013-07-11 Thread James Bathgate
=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType dynamicField name=*_n type=ngram indexed=true stored=true / It looks like it's generating phrases to me even though I have it set to false. James [image: SearchSpring | Findability Unleashed] James Bathgate | Sr. Developer Toll Free (888) 643

Re: Partial Matching in both query and field

2013-07-11 Thread James Bathgate
pattern=0 replacement=o replace=all/ filter class=solr.PatternReplaceFilterFactory pattern=1|l replacement=i replace=all/ filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType [image: SearchSpring | Findability Unleashed] James Bathgate | Sr

Re: Partial Matching in both query and field

2013-07-11 Thread James Bathgate
solrQueryParser field in my schema, I think OR is correct for this. solrQueryParser defaultOperator=OR/ James [image: SearchSpring | Findability Unleashed] James Bathgate | Sr. Developer Toll Free (888) 643-9043 x610 - Fax (719) 358-2027 4291 Austin Bluffs Pkwy #206 | Colorado Springs, CO 80918

Partial Matching in both query and field

2013-07-02 Thread James Bathgate
in the schema, but that's not working. I believe the problem is 'field:923459' is parsed as 'field:9234 2345 3459' instead of 'field:9234 field:2345 field:3459'. [image: SearchSpring | Findability Unleashed] James Bathgate | Sr. Developer Toll Free (888) 643-9043 x610 - Fax (719) 358-2027 4291

Re: Partial Matching in both query and field

2013-07-02 Thread James Bathgate
Unleashed] James Bathgate | Sr. Developer Toll Free (888) 643-9043 x610 - Fax (719) 358-2027 4291 Austin Bluffs Pkwy #206 | Colorado Springs, CO 80918 www.searchspring.net http://www.searchspring.net On Tue, Jul 2, 2013 at 2:22 PM, Jack Krupansky j...@basetechnology.comwrote: You will need