RemoteSearchable Term Freq

2006-11-04 Thread Amit Kumar
provide me with term frequencies from remote indices? Any alternatives? Thanks Amit - Amit Kumar Research Programmer The Graduate School of Library and Information Science University of Illinois, Urbana Champaign IL, 61820 phone: 217-333

Storing Part of Speech information in Lucene Indices

2006-07-11 Thread Amit Kumar
Lucene. Has anyone else done that? Best, Amit ps: Thank you for putting the LuceneInAction source online, it was a great help to see the CategorizerTest.java. I am ordering my copy of the book tomorrow :) - Amit Kumar Research

Re: Storing Part of Speech information in Lucene Indices

2006-07-12 Thread Amit Kumar
to what Google discusses in their original paper. Unfortunately, this isn't implemented yet, but if you feel like helping out, check out the discussion on the developer's list (see Flexible Indexing). -Grant On Jul 12, 2006, at 1:36 AM, Amit Kumar wrote: Hi, A new project that

Re: Storing Part of Speech information in Lucene Indices

2006-07-12 Thread Amit Kumar
n and/or source token can be used interchangeably in queries on the same field so you can use position info eg phrase or span queries. Cheers Mark - Original Message ---- From: Amit Kumar <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, 12 July, 2006 4:15:34 PM Subj

IndexReader.getTermFreqVector penality

2006-08-09 Thread Amit Kumar
nux 2.6.15.2; Lucene 2.0.0. How can I get better results? Can I? Many thanks for your help. -Amit ----- Amit Kumar Research Programmer The Graduate School of Library and Information Science University of Illinois, Urbana Champaign IL, 61

Re: IndexReader.getTermFreqVector penality

2006-08-09 Thread Amit Kumar
docs to have a term vector. They are written to different parts of the Index. -Grant On Aug 9, 2006, at 3:13 PM, Amit Kumar wrote: Hi Lucene Users, I am using the lucene indices to get term frequencies. I just wanted to check with you about the time it is taking to retrieve these te