| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
926 (0.122s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Query beginning with special characters - Lucene - [mail # user]
|
|
...In fact I see you are ignoring all spaces between words. Maybe that's deliberate. Break it down into the smallest possible complete code sample that shows the problem and post th...
|
|
|
Author: Ian Lea,
2013-01-14, 11:21
|
|
|
Re: Query beginning with special characters - Lucene - [mail # user]
|
|
...It won't be IndexWriter or IndexWriterConfig. What exactly does your analyzer do - what is the full chain of tokenization? Are you saying that ':)a' and ')an' are not index...
|
|
|
Author: Ian Lea,
2013-01-14, 11:02
|
|
|
Re: Query beginning with special characters - Lucene - [mail # user]
|
|
...QueryParser has a setAllowLeadingWildcard() method. Could that be relevant? What version of lucene? Can you post some simple examples of what does/doesn't work? Post the sm...
|
|
|
Author: Ian Lea,
2013-01-11, 17:24
|
|
|
Re: how much blocksize is set in lucene. - Lucene - [mail # user]
|
|
...Not a clue and I don't recall ever seeing anything on this list about disk block sizes etc. General advice on disks for lucene is the faster the better. SSDs are reputably excell...
|
|
|
Author: Ian Lea,
2013-01-10, 12:34
|
|
|
Re: Indexing your documents with Lucene! - Lucene - [mail # user]
|
|
...rm -rf works well for number 4. For the others use your favourite search engine with queries like "lucene tutorial" or "lucene getting started". Or start with these: http:/...
|
|
|
Author: Ian Lea,
2013-01-10, 12:25
|
|
|
Re: how to forcemerge a index library with many segmens to another dir? - Lucene - [mail # user]
|
|
...So you want a copy of the merged index on another disk? You could just copy it, before or after the merge, your choice. Or create the new index with an IndexWriter and call one of the ...
|
|
|
Author: Ian Lea,
2012-12-20, 09:39
|
|
|
Re: Lucene Indexing on NFS - Lucene - [mail # user]
|
|
...Use SimpleFSLockFactory. See the javadocs about locks being left behind on abnormal JVM termination. There was a thread on this list a while ago about some pros and cons of using...
|
|
|
Author: Ian Lea,
2012-12-19, 20:48
|
|
|
Re: Lock Errors within JBoss Environment - Lucene - [mail # user]
|
|
...Is the index on NFS? There are words in the javadocs warning against using NativeFSLockFactory on NFS. Ian. On Tue, Dec 18, 2012 at 8:02 PM, Bowden Wise wrote: &nbs...
|
|
|
Author: Ian Lea,
2012-12-18, 20:26
|
|
|
Re: Help needed: search is returning no results - Lucene - [mail # user]
|
|
...I think you need TextField rather than StringField. See also http://wiki.apache.org/lucene-java/LuceneFAQ#Why_am_I_getting_no_hits_.2BAC8_incorrect_hits.3F Ian. On Tue, D...
|
|
|
Author: Ian Lea,
2012-12-18, 14:32
|
|
|
Re: How to update one field(not stored) of an document in lucene 4.0 ? - Lucene - [mail # user]
|
|
...Not possible. You have to replace the whole document. Ian. On Tue, Dec 18, 2012 at 9:14 AM, Bo Zhang wrote: ...
|
|
|
Author: Ian Lea,
2012-12-18, 10:05
|
|
|
|