Re: Parsing The Query: Every document that doesn't have a field containing x

2005-02-03 Thread Maik Schreiber
-kcfileupload:jpg +olFaithFull:stillhere This looks right to me. Why the 0 results? Looks good to me, too. You sure all your documents have olFaithFull:stillhere and there is at least a document with kcfileupload not being jpg? -- Maik Schreiber * http://www.blizzy.de -- Get GMail invites

Re: Parsing The Query: Every document that doesn't have a field containing x

2005-02-03 Thread Maik Schreiber
Yes. There should be 119 with stillHere, You have double-checked that, haven't you? :) and if I run a query in Luke on kcfileupload = ppt, it returns one result. I am thinking I should at least get this result back with: -kcfileupload:jpg +olFaithFull:stillhere? You really should. -- Maik

Re: QueryParser Help

2005-02-02 Thread Maik Schreiber
). -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: QueryParser Help

2005-02-02 Thread Maik Schreiber
Not sure how to handle this yet, I still don't know enough about QueryParsing. What is it you're trying to accomplish? -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11

Re: Search results excerpt similar to Google

2005-01-28 Thread Maik Schreiber
Storing in the index has some performance benefits in the CVS version of Lucene, as you can store term position offset information and avoid having to re-analyze for highlighting. Speaking of which, is there a planned release date for a version that contains this feature? -- Maik Schreiber

Changing Field type

2003-03-27 Thread Maik Schreiber
? Is removing the affected documents enough, or do I have to recreate the entire index from scratch? (This takes quite a while, so I'd rather avoid that if possible.) -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1F11D713 Key

AW: Using lucene more effectively

2001-10-27 Thread Maik Schreiber
= hits.score(i) * scaleFactor; // calculate number of stars here // do something with hits.doc(i) } -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: [EMAIL PROTECTED]

AW: Highlighting terms, new white paper

2001-10-17 Thread Maik Schreiber
above. In addition to this, I've put together a new Projekte (=projects) area on my site so that you can learn about the current white paper's version more easily. -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: [EMAIL PROTECTED]

Highlighting terms, new white paper

2001-10-16 Thread Maik Schreiber
/lucene-highlight.tar.gz If you need US Letter format instead of A4, try http://www.iq-computing.de/lucene/lucene-highlight-us.tar.gz -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: [EMAIL PROTECTED]

AW: Highlighting terms, new white paper

2001-10-16 Thread Maik Schreiber
, except for a basic understanding of what they do (that is, constructing a BooleanQuery). -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: [EMAIL PROTECTED]

AW: RAMDirectory question

2001-10-15 Thread Maik Schreiber
some tests before I will post them on the developers' list, though. -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: [EMAIL PROTECTED]