| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
926 (0.297s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Lucene 3.6.0 high CPU usage - Lucene - [mail # user]
|
|
...Are you getting the same, improved or worse performance/throughput? Has the bottleneck switched from IO to CPU? Ian. On Thu, Nov 8, 2012 at 12:40 PM, kiwi clive wrote: &n...
|
|
|
Author: Ian Lea,
2012-11-09, 10:04
|
|
|
Re: case-insensitive index and queries - Lucene - [mail # user]
|
|
...that could cause it not to work - whatever you mean by that. Fails to get hits on docs you think are in the index? Look at the index with Luke to see what actually has been indexed. &n...
|
|
|
Author: Ian Lea,
2012-11-07, 16:09
|
|
|
Re: Can I still use SearcherManager in this situation? - Lucene - [mail # user]
|
|
...Sorry, didn't notice that refreshIfNeeded is protected. You could run IndexUpgrader on your old indexes to bring them up to date, in stages from v2 to v3 then v4, then upgrade. ...
|
|
|
Author: Ian Lea,
2012-11-07, 12:10
|
|
|
Re: Can I still use SearcherManager in this situation? - Lucene - [mail # user]
|
|
...4.0 has maybeRefreshBlocking which "is useful if you want to guarantee that the next call to acquire() will return a refreshed instance". You don't say what version you're using. If yo...
|
|
|
Author: Ian Lea,
2012-11-07, 11:11
|
|
|
Re: Is there some class to iterate on document's term positions in Lucene 4.0.0? - Lucene - [mail # user]
|
|
...TermPositions is renamed to DocsAndPositionsEnum, and no longer extends the docs only enumerator (DocsEnum). And the link is probably the answer to your second question. Ian. &n...
|
|
|
Author: Ian Lea,
2012-10-25, 13:57
|
|
|
Re: How to use/create an alias to a field? - Lucene - [mail # user]
|
|
...Did you also find the response to that question? http://mail-archives.apache.org/mod_mbox/lucene-java-user/200801.mbox/%[EMAIL PROTECTED]%3E Hard to think of any other ways than those ...
|
|
|
Author: Ian Lea,
2012-10-25, 13:50
|
|
|
Re: Storing html files in lucene index and get back them - Lucene - [mail # user]
|
|
...A couple of weeks ago Rafał Kuć told you how to store fields, and Document.get(name) is very straightforward, What's the problem? http://lucene.472066.n3.nabble.com/Storing-html-...
|
|
|
Author: Ian Lea,
2012-10-25, 12:38
|
|
|
Re: SortField.STRING - Lucene - [mail # user]
|
|
...SortField.Type.STRING maybe? Can't help with the other question. It's generally best to send one question per message. Looking at the source code might help. Ian. &n...
|
|
|
Author: Ian Lea,
2012-10-24, 18:55
|
|
|
Re: StandardAnalyzer functionality change - Lucene - [mail # user]
|
|
...If you want email addresses, UAX29URLEmailAnalyzer is another alternative. Ian. On Wed, Oct 24, 2012 at 3:56 PM, Jack Krupansky wrote: ...
|
|
|
Author: Ian Lea,
2012-10-24, 15:19
|
|
|
Re: Restrict Lucene search in concrete document ids - Lucene - [mail # user]
|
|
...Good advice. But glancing at the code you posted, you appear to be examining every document in your index to see if the value of one field is contained in a HashSet. No wonder it...
|
|
|
Author: Ian Lea,
2012-10-22, 14:09
|
|
|
|