onday, August 01, 2005 2:28 AM
To: java-user@lucene.apache.org
Subject: Re: Keyword Searches don't seem to be working.
: However, when I search either the path or url fields on this index for
those
: values I'm not getting any results. Here's an example:
: Query q = new TermQu
: However, when I search either the path or url fields on this index for those
: values I'm not getting any results. Here's an example:
: Query q = new TermQuery(new
: Term("http://cfdocs.office.alagad.com/htmldocs/0001.htm";, "url"));
simple mistake - the constructor for a Term takes the fi
Hello,
I have a process which indexes several hundred documents. As a part of the
indexing process I've been adding keywords for the document's path on disk
and it's URL.
The indexing process seems to work fine. When I look at my index using Luke
I see 1875 documents in the index and