Re: Payloads, Tokenizers, and Filters. Oh My!

2007-11-17 Thread Tricia Williams
Hi Grant, Thanks for your response! Taking a closer look at the TokenFilter(s) that causes my problem with the Payload are all from org.apache.solr.analysis rather than org.apache.lucene.analysis. I had originally thought that all the TokenFilters available through Solr's TokenFilterFa

Re: urgent

2007-11-17 Thread John Wang
I think "U/S" is tokenized to 'U' and 'S'. Sicne the query parser is using the same analyzer/tokenizer, the search for "U/S" is actually the same as the phrase query: "U S". Which explains why it is a hit but not in the index. -John On Nov 17, 2007 4:58 AM, Grant Ingersoll <[EMAIL PROTECTED]> wr

Re: urgent

2007-11-17 Thread Grant Ingersoll
http://wiki.apache.org/lucene-java/LuceneFAQ#head-3558e5121806fb4fce80fc022d889484a9248b71 Have a look at what the StandardTokenizer is doing (inside the StandardAnalyzer). On Nov 17, 2007, at 7:46 AM, Shakti_Sareen wrote: Hi I am facing problem in searching the word containing forward

urgent

2007-11-17 Thread Shakti_Sareen
Hi I am facing problem in searching the word containing forward slash (/). My index file contains more then one documents. On searching for the word "U/S" in the claims field I am getting hits. But the word "U/S" is actually not there in the document. Below is the code I am using for s

Re: Payloads, Tokenizers, and Filters. Oh My!

2007-11-17 Thread Grant Ingersoll
Inline below On Nov 16, 2007, at 6:03 PM, Tricia Williams wrote: Hi All, I'll explain what I'm working on, and then I'll ask my two questions. I'm working on the issue https://issues.apache.org/jira/browse/SOLR-380 which is a feature request that allows one to index a "Structured D