A hacky trick I used was put a stop weird instead of the asterisk. If you
search for "foo a test" and use an analyzer that includes a stop filter
(like StandardAnalyzer does), it will match docs 1 and 2.
On Jul 4, 2012 10:13 AM, "Jochen Hebbrecht"
wrote:
>
> Thanks Ian, I'll give it a try!
>
> 20
s/weird/word/
Sorry, autocorrect.
On Jul 5, 2012 4:01 PM, "Israel Tsadok" wrote:
> A hacky trick I used was put a stop weird instead of the asterisk. If you
> search for "foo a test" and use an analyzer that includes a stop filter
> (like StandardAnalyzer does), it will match docs 1 and 2.
>
> On
Hello,
First ask your pardon for my poor English.
I am making an application in Java using Lucene 3.6 for indexing the hard
drive, and I've read that you can index incrementally, but not like
putting that option, because every time I indexed the hard disk overwrite
the existing index and makes me
Hmmm, it's not quite clear what the problem is. But let's
say you have indexed your hard drive. Somewhere you'll
have to keep a record of what you've done, say the timestamp
when you started looking at your hard drive to index it.
Next time you run, you simply only index files that have changed
si
If you want to index your hard drive, you'll need to keep a copy
of the current file system's directory/files structure. Otherwise, you
won't be able to remove from your index files that have been deleted.
On Jul 5, 2012, at 12:18 PM, Erick Erickson wrote:
> Hmmm, it's not quite clear what the p
IN http://lucene.apache.org/core/3_6_0/fileformats.html#tii
1 tii structure
The structure of this file is very similar to the .tis file, with the
addition of one item per record, the IndexDelta.
TermInfoIndex (.tii)--> TIVersion, IndexTermCount, IndexInterval,
SkipInterval, MaxSkipLevels, TermInd
I want seach a txt ,which is store like <2012-07-06 11:11:43some
message> at one line .How to seach that,I need get the time and content.
--
View this message in context:
http://lucene.472066.n3.nabble.com/about-some-seacher-I-m-new-hand-thank-you-for-help-tp3993397.html
Sent from the Lucene