Re: zero termfreq for some search strings with special characters

2007-06-20 Thread Erick Erickson
direct writing term > (CONTENT:"emp-id") will not. > > Andy > > -Original Message----- > From: SK R [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 20, 2007 5:24 PM > To: java-user@lucene.apache.org > Subject: zero termfreq for some search strings with

Re: zero termfreq for some search strings with special characters

2007-06-20 Thread SK R
ED] Sent: Wednesday, June 20, 2007 5:24 PM To: java-user@lucene.apache.org Subject: zero termfreq for some search strings with special characters Hi, I'm using standard tokenizer for both indexing and searching process.Myindexed value is like "emp-id Aq234 kaith creating document for search"

RE: zero termfreq for some search strings with special characters

2007-06-20 Thread Liu_Andy2
Sent: Wednesday, June 20, 2007 5:24 PM To: java-user@lucene.apache.org Subject: zero termfreq for some search strings with special characters Hi, I'm using standard tokenizer for both indexing and searching process.Myindexed value is like "emp-id Aq234 kaith creating document for s

zero termfreq for some search strings with special characters

2007-06-20 Thread SK R
Hi, I'm using standard tokenizer for both indexing and searching process.Myindexed value is like "emp-id Aq234 kaith creating document for search". I can get search results for the query CONTENT:"emp-id" by using hits = indexSearcher.search(*query*). But if I try to get termfrequency of t