Hey Erik
Apologies again
[ You probably do not want to use Field.Text for a filename. Use
Field.Keyword instead. ]
1) When changing the Field type from Text to Keyword, I do not get the hits
at all
[Since most of parameters avaliable to this Field are of String type
... file[i].getName() ]
2) On successfull Indexing the search hits retun me 400 numbers on
various html files
presence of the SearchWord in content Field.
3) If I have to limit the hits between file name (file[100].getName() and
file[200].getName() )
on the Field type "filename" for the SearchedWord.
I did the way YPE advised in his last mail but still no improvement in
sitution.
I need to get hit samples in between the 2 files [ 100 files between ]
and not the max no of hits.
Please advise me
How do I proceed....
4)
I Installed luke [ via Java webstart ] from
http://www.getopt.org/luke/webstart.html
but since my Index files are built on a custom made Analyzer [ not the set
of standard analyzer avaliable from drop box] ,
Will it search the index for the same.
with regards
Karthik
-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Friday, May 28, 2004 3:38 PM
To: Lucene Users List
Subject: Re: Range Query Sombody HELP please
On May 28, 2004, at 4:54 AM, Karthik N S wrote:
> 1) I have a unique Field [ called filename ] which is indexed of type
> Text.
You probably do not want to use Field.Text for a filename. Use
Field.Keyword instead.
> 2) The indexer complete indexes for about 5000 html files sucessfully
> .
Now use Luke (Google for _luke lucene_) to browse your index, and check
that you are getting what you think. You can do ad-hoc queries there
also.
> Now in this situation if I want to limit the hits between First 200
> to
> 400 html Page Names only
> what exactly should I do to using getRange() method.
If you want the first 200 - 400, start your Hits walking at index 200,
and proceed through 400.
Is there some field you want to key off to do the range? Or do you
just want the 200th - 400th hits from the search, which is an entirely
different question than about ranges.
> Please advise on how to proceed ...
Please send (succinct) code examples in the future to really keep this
discussion concrete and clear.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]