  | | | Lucene | Has anyone seen this..
java.io.IOException Stale NFS file handle
at java.io.RandomAccessFile.readBytes(Native Method)
at java.io.RandomAccessFile.read(RandomAccessFile.java 307)Hi All
How could I handle doing a wildcard search on the input *mario?
Basically I would be interested in finding all the Documents containing
<anything >*mario <anything >
Here is an example of suchHi!
Is there any way to store info about the index in the index?
(You know like in .doc files on Windows. You can store title author etc...)
I need to store the last indexed database UID in the inHi
is it thread safe to reuse the same TokenStream object for several
fields of a document or does the IndexWriter try to parallelise
tokenization of the fields of a single document?
Similar questiHello
I would like to use ParrellelMultiSearcher with few RemoteSearchables.
If one of the remote server is down
Can I parrellelMultiSearcher set close() and
make new ParrellelMultiSearcheDear All
We have been using the highlighter from the lucene sandbox which works
very nicely most of the time. However when we try and use it with a
prefix query (which is what you get having parsedI understand that unlike relational database Lucene is flexible in having
documents with different set of fields. My index has documents with a date
and content field. There are also a few book keepiHi
Is there way to find out given a hit from a search find out which
fields contributed to the hit?
e.g.
If my search for
contents1 "brown fox " OR contents2 "black bear "
can the document foHello.
I use PyLucene python port of Lucene.
I have problem about using big index (50Gb) with IndexSearcher
from many threads.
I use IndexSearcher from PyLucene 's PythonThread. It 's really a wrappeHi
I 've read from various sources on the Internet that it is perfectly safe to
simultaneously search a Lucene index that is being updated from another
Thread as long as all write access to the indeHello
I have two questions which might be easy to answer from a Lucene expert
1) I need to know which fields a collection of Documents has (given the fact
that not all docuemnts do necessaryly useHi
did anybody here run Lucene 1.3 or 1.2 under PersonalJava (equivalent to JDK
1.1) ? I have a friend who runs Lucene 1.3 under PersonalJava and it works.
Mine doesn 't. When conmparing the the cod Hi all
I 'm quite a newbie for Lucene but I bought "Lucene In Action " and I 'm
trying to customize few examples caught from there.
I Have this sample code of JSP (bad JSP caus ' I 'm also a jsp newhi
actually i 'm using standard analyzer during my index
process. but when i browse the index with luke there
also numbers inside.
which analyzer should i use to eliminate this from my
index or shouDoes anyone have an example of limiting results returned based on a
score threshold? For example if I 'm only interested in documents with
a score > 0.05.
Thanks
-Jay
Erik Hatcher wrote
>
> On Feb 14 2005 at 12 40 PM Jim Lynch wrote
>
> > I was trying to write some documentation on how to use the tool and
> > issued a search for
> >
> > contact DENNIS MORROW
On Feb 14 2005 at 12 40 PM Jim Lynch wrote
> I was trying to write some documentation on how to use the tool and
> issued a search for
>
> contact DENNIS MORROW
Is that literally the QueryPars
I was trying to write some documentation on how to use the tool and
issued a search for
contact DENNIS MORROW
And sure enough I got 647 hits. Then I changed the searc to
contact DENNIS MORRO?
First I 'm getting a
The requested URL could not be retrieved
Hi
I 'm currently working on application using Lucene 1.3 and have to improve
the current indexation/search methods with the 1.4.3 version.
I was thinking to use the FilteredQuery object to refin
hi
is it possible to show a tf idf score beside each hit
Eg i type in a word as a query for example the word
"free " and each file with the word free is named but i
would like the tf idf score to a
Hi Guys
Apologies........
The form was Correct
The problem of CLASS LOADING was or may be a bug with the Version jdk1.4.1
and TOMCAT5.5.3 on Gentoo O/s.
So I switched to jdk1.4.2 and every thinHi!
Does DateFilter work on fields indexed as UnStored?
Can I filter an UnStored field with values like "2004-11-05 " ?
Regards
Sanyi
I 'm getting a bit more serious about the final form of our lucene
index. Each document has DocNumber Authors Title Abstract and
Keywords. By Keywords I mean a comma separated list each entryPerhaps someone can explain something that seems to be a little weird to
me. I seem to be unable to search on fields of type Keyword. The
following snippet returns no hits..
IndexWriter
Hi guys
Apologies...........
I am getting this error on ' Every FIRST SEARCH after Startup of the
WEBSERVER '
and I have declared the following code only once in the method of execution
<Hi All
If I store multiple fields with same name for example ?Author? with 3 values
?bob ?jane? ?bill? once I retrieve the doc are the values in the same order?
Thanks
Ramon
--
No virus Greetings.
Can anyone point me to a how-to tutorial on how to
access Lucene from a web page generated by PHP pr
Perl? I 've been looking but couldn 't find anything.
Thanks a lot.
And
How can I create a new index segment for each new document? The reason
for doing this is I want to be able to retrieve a document as soon as it
is added. I tried setting the minMergeFactor on the writI think I found a pretty good way to do a negative match.
In this query I am looking for all the Documents that have a kcfileupload
field with any value except for jpg.
Query negativeMatch  |
|
 |