: 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/00000001.htm";, "url"));

simple mistake - the constructor for a Term takes the field name first,
then the value.


-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to