I need to search reverse as well, so shall I apply filter while creating index
and then search using same ISOLatinFilter?
Regards,
Aamir Yaseen
-Original Message-
From: Anand Jain [mailto:[EMAIL PROTECTED]
Sent: 16 July 2008 10:02 AM
To: java-user@lucene.apache.org
Subject: Re: Accent
Hi All,
I need to implememnt Accent Insensitive Searchin my application.
Simple example is Kraków search should also bring Krakow also in search results.
I have seen many threads discussing sloution with SOLR, But I dont want to use
SOLR in my application for only this feature.
Any su
Hi All,
I need to implememnt Accent Insensitive Searchin my application.
Simple example is Kraków search should also bring Krakow also in search results.
I have seen many threads discussing sloution with SOLR, But I dont want to use
SOLR in my application for only this feature.
Any su
You can check this code for reference.
http://lucene.apache.org/java/docs/demo4.html
Regards,
Aamir Yaseen
-Original Message-
From: Lucas F. A. Teixeira [mailto:[EMAIL PROTECTED]
Sent: 24 June 2008 10:57 AM
To: java-user@lucene.apache.org
Subject: Re: How to search on the indexed conten
Hi all,
Sorry for bothering again,
I am referring Lucene Documentation at
http://lucene.apache.org/java/docs/queryparsersyntax.html
that suggests
>> If you are programmatically generating a query string and then
parsing it with the query parser then you >>should seriously consider
building your
Hi,
I am new to Lucene, so asking some basic question.
Is there any example/reference implementation available of Lucene Usage
using BooleanQuery using API instead of QueryParser?
Cheers
Aamir Yaseen
This e-mail is confidential and should not be used by anyone who is not the
o
Hi,
I am using Lucene 2.1.0 at the moment and I have huge data which is
being indexed.
I am re indexing my data on daily basis. Now I would like to index my
data dynamically at any point in time.
I cannot afford to re index whole data due to its huge size and time it
requires.
How can I upd