RE: Get All Entries

2006-03-27 Thread StefanH
It works perfect. After installation of 1.9. I've the MatchAllDocsQuery. Thanks! -- View this message in context: http://www.nabble.com/Get-All-Entries-t1348226.html#a3610840 Sent from the Lucene - Java Users forum at Nabbl

RE: Get All Entries

2006-03-27 Thread Satuluri, Venu_Madhav
llDocsTrue", "true") and add this to your doc. You can run the query AllDocsTrue:true to get all your docs. Venu -Original Message- From: StefanH [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 3:24 PM To: java-user@lucene.apache.org Subject: Get All Entries Hel

Get All Entries

2006-03-27 Thread StefanH
Hello Everyone, I have 6000 Entries in my Lucene DB and if I search for entries with "00*" in the Number-Field it works fine. But additional I must have alle entries no matter which number they have. A Term like "*" doesn't work. How can I get all entries?