Re: Question regarding complex queries and long tail suggestions

2014-09-08 Thread Mirko Sertic
long tail suggestions Take a look at the ComplexPhraseQueryParser here: https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-ComplexPhraseQueryParser Best, Erick On Wed, Sep 3, 2014 at 12:41 PM, Mirko Sertic wrote: Hi@all I am using Lucene 4.9 for a search applicat

Question regarding complex queries and long tail suggestions

2014-09-03 Thread Mirko Sertic
Hi@all I am using Lucene 4.9 for a search application. Now i'd like to create complex queries such as: "hello world * this is interesting" This should match every dokument with the phrases "hello world" and "this is interesting" with any number of terms between them. I also want to go furthe

Aw: RE: Indexing and storing very large documents

2014-03-24 Thread Mirko Sertic
Readers at the moment. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Mirko Sertic [mailto:mirko.ser...@web.de] > Sent: Monday, March 24, 2014 3:03 PM > To: java-user@lucene.apache.org > Subj

Indexing and storing very large documents

2014-03-24 Thread Mirko Sertic
Hi there I am searching for a way to store very large documents in a Lucene 4.7 index and keep them ready to use the PostingsHighlighter for search result highlighting. I do not want to read the whole document into memory, as this would consume too much memory or could cause an OutOHeapSpace

Re: Strange performance of Lucene 4.4.0

2013-09-09 Thread Mirko Sertic
, or, just make your own Collector, which should be faster than INDEXORDER. Mike McCandless http://blog.mikemccandless.com On Mon, Sep 9, 2013 at 7:19 AM, Mirko Sertic wrote: Dear Mike I need an API to disable Scoring without any sorting. Unfortunately every method in IndexSearcher where i can

Aw: Re: Re: Re: Strange performance of Lucene 4.4.0

2013-09-09 Thread Mirko Sertic
ce of Lucene 4.4.0 If new Sort() fails to sort by score, that's a bug! Can you please open a Jira issue? Mike McCandless http://blog.mikemccandless.com On Mon, Sep 9, 2013 at 5:21 AM, Mirko Sertic wrote: > Hi > > Basically i am running a load test. For every run i executed about

Aw: Re: Re: Strange performance of Lucene 4.4.0

2013-09-09 Thread Mirko Sertic
An: "java-user@lucene.apache.org" Betreff: Re: Aw: Re: Strange performance of Lucene 4.4.0 On Sun, 2013-09-08 at 15:15 +0200, Mirko Sertic wrote: > I have to check, but my usecase does not require sorting or even > scoring at all. I still do not get what the difference is... Pleas

Aw: Re: Strange performance of Lucene 4.4.0

2013-09-08 Thread Mirko Sertic
ormance of Lucene 4.4.0 On 09/07/2013 04:59 PM, Mirko Sertic wrote: > Hi@all > > I am getting strange performance measures on Lucene 4.4.0, maybe someone can > explain this: > > The following syntax leads to pretty slow queries on my machine(16ms for > every execution): > &

Strange performance of Lucene 4.4.0

2013-09-07 Thread Mirko Sertic
Hi@all I am getting strange performance measures on Lucene 4.4.0, maybe someone can explain this: The following syntax leads to pretty slow queries on my machine(16ms for every execution): theSearcher.search(theQuery, null, theSearcher.getIndexReader().maxDoc()); but the following syntax

Optimize Lucene 4.4 for CPU usage

2013-08-20 Thread Mirko Sertic
Hi there I am using Lucene 4.4, and i am hitting cpu usage limitations on my core i7 windows 7 64bit box. Seems like the IO system(ssd) has still capacity, but when running 8 threads searching on the index in parallel, all logical cpu cores are at 100% usage. Is there a common way available

Lucene Desktop Search Engine with JavaFX/Tika/Filesystem Crawler/HTML5

2013-04-29 Thread Mirko Sertic
Hi@all Lucene rocks, and based on some JavaFX/HTML5 hyprids i built a small Java search engine for your desktop! The prototype and the result can be seen here: http://www.mirkosertic.de/doku.php/javastuff/fxdesktopsearch I am using a multithreaded pipes and filters architecture with Tika as