; To: java-user@lucene.apache.org
> Subject: Re: could I implement this scenario?
>
> I store the data in flatfiles and db. I want to implement it using Lucene
> only, but if it fails, maybe I shall create a temporary table for each query.
>
>
>
> - Original Message ---
Thank you for your suggestion.
- Original Message
From: Dragan Jotanovic <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, September 19, 2008 4:58:34 PM
Subject: RE: could I implement this scenario?
I think it is not good idea to use lucene as storage, it is just
located.
-Original Message-
From: xh sun [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2008 9:44 AM
To: java-user@lucene.apache.org
Subject: Re: could I implement this scenario?
I store the data in flatfiles and db. I want to implement it using Lucene only,
but if it fails, maybe
:13 PM
Subject: Re: could I implement this scenario?
Lucene is just an index. Where do you wont to store your data? in a db,
flatfiles, document with an url, in lucene?
M.
On Fri, 19 Sep 2008 16:25:27 +0800 (CST), xh sun
<[EMAIL PROTECTED]> wrote:
> Thank you. Mathieu.
>
> But the h
n my example, how to
> display doc02? I don't want to search by docid. Thanks.
>
>
>
> - Original Message
> From: mathieu <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Friday, September 19, 2008 4:14:34 PM
> Subject: Re: could I impl
you are right. thank you.
- Original Message
From: Jimi Hullegård <[EMAIL PROTECTED]>
To: "java-user@lucene.apache.org"
Sent: Friday, September 19, 2008 4:20:58 PM
Subject: RE: could I implement this scenario?
I think he meant that he wants the search to automatica
14:34 PM
Subject: Re: could I implement this scenario?
Yes. You can store data in lucene index and don't search on it : your
simdocid.
M.
On Fri, 19 Sep 2008 16:00:20 +0800 (CST), xh sun
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How can I implemented this scenario in luce
] |
www.mogul.com
> -Original Message-
> From: mathieu [mailto:[EMAIL PROTECTED]
> Sent: den 19 september 2008 10:15
> To: java-user@lucene.apache.org
> Subject: Re: could I implement this scenario?
>
>
>
> Yes. You can store data in lucene index and don't searc
Yes. You can store data in lucene index and don't search on it : your
simdocid.
M.
On Fri, 19 Sep 2008 16:00:20 +0800 (CST), xh sun
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How can I implemented this scenario in lucene?
>
> suppose every document has three fields: docid, doctext and simdocid
Hi all,
How can I implemented this scenario in lucene?
suppose every document has three fields: docid, doctext and simdocid. docid is
the id of the document, doctext is the content of the document, dimdocid is the
docid of a similar document with this document.
example:
docid doctext
10 matches
Mail list logo