Rebuilding Document from index?

2008-02-22 Thread Itamar Syn-Hershko
Hi, Is it possible to re-create a document from an index, if its not stored? What I'm looking for is a way to have a text document with the text AFTER it was analyzed, so I can see how my analyzer handles certain cases. So that means I don't care if I will not get the original document. I want to

RE: Rebuilding Document from index?

2008-02-22 Thread Itamar Syn-Hershko
Sent: Freitag, 22. Februar 2008 14:02 > To: java-user@lucene.apache.org > Subject: Rebuilding Document from index? > > Hi, > > Is it possible to re-create a document from an index, if its not > stored? > What I'm looking for is a way to have a text document with the

RE: Rebuilding Document from index?

2008-02-22 Thread spring
ruar 2008 14:02 > To: java-user@lucene.apache.org > Subject: Rebuilding Document from index? > > Hi, > > Is it possible to re-create a document from an index, if its > not stored? > What I'm looking for is a way to have a text document with > the text AFTER it >

RE: Rebuilding Document from index?

2008-02-25 Thread Itamar Syn-Hershko
PROTECTED] Sent: Friday, February 22, 2008 3:22 PM To: java-user@lucene.apache.org Subject: RE: Rebuilding Document from index? You can use Luke to rebuild the document. It will show you the terms of the analyzed document, not the original content. And this is what you want, if I understood you

Re: Rebuilding Document from index?

2008-02-26 Thread Erick Erickson
t; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 22, 2008 3:22 PM > To: java-user@lucene.apache.org > Subject: RE: Rebuilding Document from index? > > You can use Luke to rebuild the document. It will show you the terms of &

RE: Rebuilding Document from index?

2008-02-26 Thread Itamar Syn-Hershko
eThis would only return relevant results if I will use a non-stemmed scoring and lookup. Itamar. -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 4:29 PM To: java-user@lucene.apache.org Subject: Re: Rebuilding Document from index? See Ter

Re: Rebuilding Document from index?

2008-02-26 Thread Mathieu Lecarme
t: Tuesday, February 26, 2008 4:29 PM To: java-user@lucene.apache.org Subject: Re: Rebuilding Document from index? See TermDocs/TermEnum. Or perhaps TermFreqVector. I admit I haven't used that last, but that family of methods ought to fix you up. What problem are you trying to solve? Perhaps t

RE: Rebuilding Document from index?

2008-02-26 Thread Itamar Syn-Hershko
bruary 26, 2008 11:18 PM To: java-user@lucene.apache.org Subject: Re: Rebuilding Document from index? Yes, I've found a tester! A patch was submited for this kind of job : https://issues.apache.org/jira/browse/LUCENE-1190 And here is the svn work in progress : https://admin.garamb

Re: Rebuilding Document from index?

2008-02-28 Thread Daniel Noll
On Wednesday 27 February 2008 03:33:53 Itamar Syn-Hershko wrote: > I'm still trying to engineer the best possible solution for Lucene with > Hebrew, right now my path is NOT using a stemmer by default, only by > explicit request of the user. MoreLikeThis would only return relevant > results if I wi

RE: Rebuilding Document from index?

2008-03-01 Thread Itamar Syn-Hershko
and inexpensive solution. Mathieu seems to have went off this topic unfortunately... Itamar. -Original Message- From: Daniel Noll [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 5:35 AM To: java-user@lucene.apache.org Subject: Re: Rebuilding Document from index? On Wednesday 27 Febr