Anyone can help me???
2006/10/3, zhu jiang <[EMAIL PROTECTED]>:
Hi all,
In some situation, index files may throw read past EOF exception so
that the index cannot be used any more. I wonder how to recover the index
files in such situation?
--
Thanks,
Jiang
--
Thanks,
Jiang
Hi all,
In some situation, index files may throw read past EOF exception so that
the index cannot be used any more. I wonder how to recover the index files
in such situation?
--
Thanks,
Jiang
Thx a lot!
2006/9/26, markharw00d <[EMAIL PROTECTED]>:
Pass a field name to the QueryScorer constructor.
See "testFieldSpecificHighlighting" method in the Junit test for the
highlighter for an example.
Cheers
Mark
zhu jiang wrote:
> Hi all,
>
>For example, if I
Hi all,
For example, if I have a document with two fields text and num like
this:
text:foo bar 1
num:1
When users query "foo", I changed the query to "text:foo AND num:1", both
"foo" and "1" in the text field will be highlighted. I don't wanna the word
"1" in