Re: Custom Search algorithm integration

2007-10-10 Thread [EMAIL PROTECTED]
, am not sure (as we are new to Lucene) how we can tell Lucene to use our API to search/match for the binary/image field. would be good to hear your thoughts.thank you cheers Prakash Grant Ingersoll <[EMAIL PROTECTED]> wrote: I presume that the image field is a binary field,

Re: Custom Search algorithm integration

2007-10-06 Thread [EMAIL PROTECTED]
s from the index needs to be given back as result. Wanted to understand if we could achieve the integration of this with Lucene/Solr so that both search on text fields and images can happen. Would be nice to hear your thoughts. cheers Prakash Grant Ingersoll <[EMAIL PROTECTED]> wrote: You

Custom Search algorithm integration

2007-10-04 Thread [EMAIL PROTECTED]
o.com/mobileweb/onesearch?refer=1ONXIC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Keyphrase Extraction

2007-05-06 Thread [EMAIL PROTECTED]
Hi Mark, Do you know of a good paid product that does this? Thanks, Arsen - Original Message From: Mark Miller <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, May 2, 2007 7:52:36 AM Subject: Re: Keyphrase Extraction >From what I know you generally have

Keyphrase Extraction

2007-04-29 Thread [EMAIL PROTECTED]
Hi, I tried using MoreLikeThis contrib feature to extract "interesting terms" from a document. This works very well - but only for SINGLE words. I am looking for a way to extra "keyPHRASES" from a document. Is there an easy way to achieve this using Lucene index? Thanks in advance! Av ___

upgrading from Lucene 1.4.3 to Lucene 2.0

2007-02-06 Thread [EMAIL PROTECTED]
Hi all ! Which performance improvements can I expect when upgrading from Lucene 1.4.3 to Lucene 2.0 ? Thanks in advance ! Regards, Claus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Store document-like map

2006-12-05 Thread [EMAIL PROTECTED]
cca qui http://click.libero.it/webnation05dic06 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Store a document-like map

2006-12-05 Thread [EMAIL PROTECTED]
cca qui http://click.libero.it/webnation05dic06 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: lucene - general question

2006-12-04 Thread [EMAIL PROTECTED]
On 12/4/06, Lukas Vlcek <[EMAIL PROTECTED]> wrote: Hi, Try to look at Groovy (I haven't used it yet but some people say it is much easire to work with XML file in Groovy then in Java). It produces class files so it can be integrated with your exisitng Java code. 6MB file is not that

Re: Lucene in Action

2006-06-06 Thread [EMAIL PROTECTED]
its a nice book!! On 6/6/06, Irving, Dave <[EMAIL PROTECTED]> wrote: It really helped me out loads and I would recommend it to anyone. I gave up trying to obtain it from amazon - but got it in 2 days from Blackwell Online (http://bookshop.blackwell.co.uk) > -Origina

Parallel

2006-05-09 Thread [EMAIL PROTECTED]
tions? Thanks and sorry for my terrible english!!! Ale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New line

2005-07-20 Thread [EMAIL PROTECTED]
my lines ? From: Otis Gospodnetic <[EMAIL PROTECTED]> Reply-To: java-user@lucene.apache.org To: java-user@lucene.apache.org Subject: Re: New line Date: Tue, 19 Jul 2005 10:15:15 -0700 (PDT) I may be misunderstanding you, but \n is the "newline" character. http://www.google.com/

Re: Runtime full text search like in Microsoft Windows Search

2005-07-15 Thread [EMAIL PROTECTED]
Or should I have to hook to operating system specific API like Win32 on Windows? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: BooleanQuery$TooManyClauses

2005-07-11 Thread [EMAIL PROTECTED]
an from left to right? Or does it just do all of them individually, not executing the next search on the results of the prior, and then ORing them at the end? Xing Erik Hatcher wrote: On Jul 11, 2005, at 1:45 AM, [EMAIL PROTECTED] wrote: Did a google serach on the problem when using the

BooleanQuery$TooManyClauses

2005-07-10 Thread [EMAIL PROTECTED]
d for a general query and more specifically on a range query? Thanks. Xing Li - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with multiple values to a single field.

2005-07-09 Thread [EMAIL PROTECTED]
? Does lucene allow me to use the doc.add() method twice for the same field and store two different values? Thanks a bunch. Xing - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Loading FS index into RAM index

2005-07-09 Thread [EMAIL PROTECTED]
Never mind. I need to read the API more closely. RAMDirectory(directory) is built into lucene and already does the trick with just one line of code. [EMAIL PROTECTED] wrote: I was reading the Lucene book and came across the part where the author detailed how to write index to ram dir and then

Loading FS index into RAM index

2005-07-08 Thread [EMAIL PROTECTED]
} catch (IOException ex) { System.out.println("io exception"); } ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]