Can you tell me how I can feed the lucene index by using the term frequency directly ?
Actually I am getting the documents along with their term-frequency and don't want to write any additional code to expand them. On 10/23/11, ppp c <[email protected]> wrote: > Of curse, it can be reused. > But from my point of view, it's meaningless, since the analysis process has > to be performed to collect such as prox, offset, or syno, payload and so on. > > On Sun, Oct 23, 2011 at 11:22 PM, prasenjit mukherjee > <[email protected]>wrote: > >> I already have the term-frequency-count for all the terms in a >> document. Is there a way I can re-use that info while indexing. I >> would like to use solr for this. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- Sent from my mobile device --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
