Retrieve found terms

2014-11-25 Thread John Cecere
y is 'arch*' and I got 3 hits on it. I want to know what terms in the indexed matched (e.g. archery, architecture, archenemy). More specifically, I'd like to do this without having to use the highlighter jar. I already have my index set up with term vectors enabled. Thanks, John

Term vectors

2014-09-30 Thread John Cecere
l comprehensive documentation. The javadocs are more reference material than anything else. Can someone point me to some documentation on term vectors, how they work, and how to to use them? Thanks, John -- John Cecere Principal Engineer - Oracle Corporation 732-987-4317 / john.ce

Re: Case sensitivity

2014-09-19 Thread John Cecere
dexWriterConfig and the IndexWriter. Thanks, John On 9/19/14 9:36 AM, Paul Libbrecht wrote: two fields? paul On 19 sept. 2014, at 15:07, John Cecere wrote: Is there a way to set up Lucene so that both case-sensitive and case-insensitive searches can be done without having to generate two

Case sensitivity

2014-09-19 Thread John Cecere
Is there a way to set up Lucene so that both case-sensitive and case-insensitive searches can be done without having to generate two indexes? -- John Cecere Principal Engineer - Oracle Corporation 732-987-4317 / john.cec...@oracle.com

Re: IndexWriter croaks on large file

2014-02-19 Thread John Cecere
ch _line_ of the log file a (Lucene) document (assuming it is a log-per-line log file) -Glen On Fri, Feb 14, 2014 at 4:12 PM, John Cecere mailto:john.cec...@oracle.com>> wrote: I'm not sure in today's world I would call 2GB 'immense' or 'enormous'. At any r

Re: IndexWriter croaks on large file

2014-02-14 Thread John Cecere
quot;fixes" the offset before setting them? Or maybe just doesn't even set them. Note that position can also overflow, if your documents get too large. Mike McCandless http://blog.mikemccandless.com On Fri, Feb 14, 2014 at 1:36 PM, John Cecere wrote: I'm having a problem

IndexWriter croaks on large file

2014-02-14 Thread John Cecere
.lucene.index.IndexWriter.addDocument(IndexWriter.java:1202) Thanks, John -- John Cecere Principal Engineer - Oracle Corporation 732-987-4317 / john.cec...@oracle.com - To unsubscribe, e-mail: java-user-unsubscr...@luc