Date search by specific month and day

2012-02-23 Thread Kurt Nordstrom
Hello all! We have a situation involving date searching that I could use some seasoned opinions on. What we have is a collection of records, each containing a Solr date field by which we want search on. The catch is that we want to be able to search for items that match a specific day/month.

Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
Hello, We've encountered a strange issue in our Solr install regarding a particular string that just doesn't seem to want to return results, despite the exact same string being in the index. What makes it even stranger is that we had the same data in a previous install of Solr, and it worked the

Re: Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
Otis: Okay, I'm not sure whether I should be including the quotes in the query when using the analyzer, so I've run it both ways (no quotes on the index value). I'll try to approximate the final "tables" returned for each term: The field is dc_subject in both cases, being of type "text" *** V

Re: Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
Otis, Absolutely. Here are the tokenizers and filters for the "text" fieldtype in the schema. http://pastebin.com/f2bb249f3 Thanks! That's what I suspected. Want to paste the relevant tokenizer+filters sections of your schema? The index-time and query-time analysis has to be the same or c

Re: Strange anomaly(?) with string matching in query

2009-03-26 Thread Kurt Nordstrom
> Attributes for WordDelimiterFilterFactory have different values in the > "index" vs. "query" sections. Do things work if you make them identical? > (you'll have to reindex) > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

Re: solr date parsing issue

2009-03-27 Thread Kurt Nordstrom
Mr. Das, Can you provide a little more details here? Helpful information would be: - The query string you're using - The fieldtype you're using for indexing the value in question. - The exact error message you're getting from Solr. Suryasnat Das wrote: > > Hi, > > I am implementing a proj

Re: Strange anomaly(?) with string matching in query

2009-03-30 Thread Kurt Nordstrom
Does anybody have any further suggestions on what I might try in this situation? Any tools perhaps that might help me put my finger on Solr's pulse so I can figure out just what's going on in there at index and query time? -Kurt Kurt Nordstrom wrote: > > Changed the con