| Subject: | Phrase Search and NOT_ANALYZED |
|---|---|
| From: | "Murdoch, Paul" |
| Date: | Wed, 24 Feb 2010 15:51:24 -0500 |
Hi, I'm indexing a field using the StandardAnalyzer 2.9. field = new Field(fieldName, fieldValue, Field.Store.YES, Field.Index.NOT_ANALYZED); Let's say fieldName is "name" and fieldValue is "something in the index". When I perform the query... name:"something in the index" ... I don't get a hit. I'm using the StandardAnalyzer for searching. I've tested this with Luke and it doesn't work there either. What am I missing? Thanks, Paul |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: StandardAnalyzer and comma, Erick Erickson |
|---|---|
| Next by Date: | Re: Phrase Search and NOT_ANALYZED, Erick Erickson |
| Previous by Thread: | StandardAnalyzer and comma, Murdoch, Paul |
| Next by Thread: | Re: Phrase Search and NOT_ANALYZED, Erick Erickson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |