case-sensitive search

2005-11-17 Thread jibu mathew
Hi all, Is it possible to do both case-sensitive and non case-sensitive search on already indexed documents? If not, is there any way to implement it without making two indexes for each case? Please help me in this regard. Thanks in advance Jibu

RE: need help for generating Query String

2005-10-18 Thread jibu mathew
Thanks Koji. It worked for me. jibu -Original Message- From: Koji Sekiguchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 10:51 AM To: java-user@lucene.apache.org Subject: Re: need help for generating Query String Hi, > In a program I have indexed 10 files. When I do a searc

need help for generating Query String

2005-10-17 Thread jibu mathew
Hi all, I need urgent help for the following issues. What is the query string to retrieve all the documents indexed (something similar to *.*)? In a program I have indexed 10 files. When I do a search using the query "contents:java", it will return 2 documents. But when I give "-contents:java