RE: Accent Insensitive Search

2008-07-16 Thread Aamir.Yaseen
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

Accent Insensitive Search

2008-07-16 Thread Aamir.Yaseen
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

Accent Insensitive Search

2008-07-16 Thread Aamir.Yaseen
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

RE: How to search on the indexed content

2008-06-24 Thread Aamir.Yaseen
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

RE: BooleanQuery Example

2008-06-03 Thread Aamir.Yaseen
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

BooleanQuery Example

2008-06-02 Thread Aamir.Yaseen
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

Updating Lucene Index Dynamically

2008-05-09 Thread Aamir.Yaseen
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