Re: How to search with empty content

2006-10-10 Thread Erik Hatcher
thosh -Original Message- From: Scott [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 8:32 PM To: java-user@lucene.apache.org Subject: Re: How to search with empty content You can get all document by using MatchAllDocsQuery. Kumar, Samala Santhosh (TPKM) wrote: I want to search without g

RE: How to search with empty content

2006-10-10 Thread Kumar, Samala Santhosh (TPKM)
bject: Re: How to search with empty content You can get all document by using MatchAllDocsQuery. Kumar, Samala Santhosh (TPKM) wrote: > > I want to search without giving any input, when I search leaving blank > the search text box it should give me all the documents present in the &

Re: How to search with empty content

2006-10-09 Thread Scott
You can get all document by using MatchAllDocsQuery. Kumar, Samala Santhosh (TPKM) wrote: I want to search without giving any input, when I search leaving blank the search text box it should give me all the documents present in the index. please give me some solution or pointers. regards Sa

How to search with empty content

2006-10-09 Thread Kumar, Samala Santhosh (TPKM)
I want to search without giving any input, when I search leaving blank the search text box it should give me all the documents present in the index. please give me some solution or pointers. regards Santhosh