Re: Searching for doc without a field

2005-02-04 Thread Bill Tschumy
On Feb 4, 2005, at 10:19 AM, Bill Tschumy wrote: On Feb 3, 2005, at 2:04 PM, Paul Elschot wrote: On Thursday 03 February 2005 20:18, Bill Tschumy wrote: Is there any way to construct a query to locate all documents without a specific field? By this I mean the Document was created without ever

Re: Searching for doc without a field

2005-02-04 Thread Bill Tschumy
On Feb 3, 2005, at 2:04 PM, Paul Elschot wrote: On Thursday 03 February 2005 20:18, Bill Tschumy wrote: Is there any way to construct a query to locate all documents without a specific field? By this I mean the Document was created without ever having that field added to it. One way is to add an

Searching for doc without a field

2005-02-03 Thread Bill Tschumy
Is there any way to construct a query to locate all documents without a specific field? By this I mean the Document was created without ever having that field added to it. -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com

Re: which HTML parser is better?

2005-02-02 Thread Bill Tschumy
; function? -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Penalty for storing unrelated field?

2005-01-28 Thread Bill Tschumy
unrelated field to a single doc won't cause all the other documents to increase their storage space. I would guess not but thought I'd better ask. -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com --

Re: Searching for a path

2004-10-28 Thread Bill Tschumy
I have tried that and it doesn't work either. I have also tried using a PhraseQuery rather than TermQuery. On Oct 28, 2004, at 5:29 PM, Daniel Naber wrote: On Friday 29 October 2004 00:22, Bill Tschumy wrote: I get zero hits.  Why are these not equivalent?  I think it has something to do

Searching for a path

2004-10-28 Thread Bill Tschumy
d.Text" and then don't need to quote the string. However I would prefer not to have to change the format of the index. Thanks for any help. -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Google Desktop Could be Better

2004-10-16 Thread Bill Tschumy
ar file is more than twice the size of my entire application including documentation. I really would like to solve this problem. -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com - To unsubscribe, e-mail: [EMAIL PROT

Re: Google Desktop Could be Better

2004-10-16 Thread Bill Tschumy
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --

Use of "+" and "-" in queries

2004-09-07 Thread Bill Tschumy
a lucene" use the query: > > "jakarta apache" NOT "jakarta lucene" > Then in the section on the - operator you read this: > To search for documents that contain "jakarta apache" but not "jakarta lucene" use the query: > > "jakarta ap

Misbehaving query string

2004-07-19 Thread Bill Tschumy
hing or is there a bug? -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Optimizing the index

2004-07-12 Thread Bill Tschumy
Is optimizing the index something you should do periodically even if you are continually adding documents. I guess another way of asking the question is does optimization have any negative effects on speed of adding documents? -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com

Where's the search(Query query, Sort sort) method of Searcher

2004-07-08 Thread Bill Tschumy
y, new Sort("created")); [javac] ^ If I do the same call without the Sort object it compiles just fine. This seems to be indicating the search(Query, Sort) method is not in the jar file. Either the API is in error (doubtful) or I'm doing something really stupid (likely).

Re: Deleting a Doc found via a Query

2004-07-07 Thread Bill Tschumy
Message - From: "Bill Tschumy" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 07, 2004 9:46 PM Subject: Deleting a Doc found via a Query I must be missing something here, but I can't see an easy way to delete a Docum

Deleting a Doc found via a Query

2004-07-07 Thread Bill Tschumy
using IndexReader's document(i) method, testing for equality (==) with my queried Document, but it wasn't found. I assume this is because the Documents returned in Hits are copies of the Documents the document() method returns. -- Bill Tschumy Otherwise -- Austin, TX http://ww