Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-10 Thread geeky2
hello, Or does your field in schema.xml have anything like autoGeneratePhraseQueries=true in it? there is no reference to this in our production schema. this is extremely confusing. i am not completely clear on the issue? reviewing our previous messages - it looks like the data is being

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-09 Thread Erick Erickson
OK, first question is why are you searching on two different values? Is that intentional? If I'm reading your problem right, you should be able to get/not get any response just by toggling whether the period is in the search URL, right? But assuming that's not the problem, there's something

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-09 Thread geeky2
OK, first question is why are you searching on two different values? Is that intentional? yes - our users have to be able to locate a part or model number (that may or may not have periods in that number) even if they do NOT enter the number with the embedded periods. example: actual

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-09 Thread Erick Erickson
Hmmm, Try looking at either anything you've done in solrconfig.xml where to the request handler (probably called search) with default=true set. Or does your field in schema.xml have anything like autoGeneratePhraseQueries=true in it? Best Erick On Thu, Feb 9, 2012 at 12:02 PM, geeky2

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-08 Thread Erick Erickson
Hmmm, seems OK. Did you re-index after any schema changes? You'll learn to love admin/analysis for questions like this, that page should show you what the actual tokenization results are, make sure to click the verbose check boxes. Best Erick On Tue, Feb 7, 2012 at 10:52 PM, geeky2

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-08 Thread geeky2
hello, thank you for the reply. yes - i did re-index after the changes to the schema. also - thank you for the direction on using the analyzer - but i am not sure if i am interpreting the feedback from the analyzer correctly. here is what i did: in the Field value (Index) box - i placed this:

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-08 Thread Erick Erickson
Hmmm, that all looks correct, from the output you pasted I'd expect you to be finding the doc. So next thing: add debugQuery=on to your query and look at the debug information after the list of documents, particularly the parsedQuery bit. Are you searching against the fields you think you are? If

Re: struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-08 Thread geeky2
hello, thanks for sticking with me on this ...very frustrating ok - i did perform the query with the debug parms using two scenarios: 1) a successful search (where i insert the period / dot) in to the itemNo field and the search returns a document. itemNo:BP2.1UAA

struggling with solr.WordDelimiterFilterFactory and periods . or dots

2012-02-07 Thread geeky2
hello all, i am struggling with getting solr.WordDelimiterFilterFactory to behave as is indicated in the solr book (Smiley) on page 54. the example in the books reads like this: Here is an example exercising all options: WiFi-802.11b to Wi, Fi, WiFi, 802, 11, 80211, b, WiFi80211b essentially