I have a question related to this.
when I search for wildcard "*11" IndexSearcher throws an exception but when
I tries "\**11" it works.
I couldn't find any documentation related to this. What could be the reason
for this?
I am using QueryParser and StandardAnalyser
And the query it generate lo
-T1".
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 27 July 2005 10:35 AM
To: java-user@lucene.apache.org
Subject: Re: Analyzer or QueryParser problem?
On Jul 26, 2005, at 7:29 PM, Indu Abeyaratna wrote:
> I have a question related to thi
I have a field index as keyword. And have two records "J400-C-V1-S10-T1" and
"J400-C-V-S10-T1"
When I search for "J400-C-V1-S10-T1", it returns me matching record, but
when I Search for "J400-C-V-S10-T1" it doesn't return the matching one.
Further I found that "J400-C-V-S10-T1" is incorrectly t
I dont know whether this is helpful to you.
Our application is base on entity "project". Say we have 10 projects, then
we create 10 indexers. Then we use Jboss cache to load those indexes as
when needed.
Jboss cache has functionality to limit the size of memory usage.
Base points is breaking th