Re: Term Based Meta Data

2008-08-11 Thread Martin Owens
We're not storing the text context because a) there is rather a lot of it, b) we have the text files stored on special storage boxes mounted to the webservers and they're using directly and c) It didn't seem worth it. Thoughts? So

Re: Term Based Meta Data

2008-08-08 Thread Martin Owens
ad of TermPositions because of that data is available without storing the text in the index. Is it possible to translate code which uses TermPositions to using TermPositionsVector with regards to payloads? Best Regards, Martin Owens On Tue, 2008-08-05 at 11:14 -0600, Tricia Williams wrote: > H

Re: Term Based Meta Data

2008-08-05 Thread Martin Owens
Thank you very much, I'm using Solr so it's very relivent to me. Even though the indexing is being done by a smaller RMI method (since Solr doesn't support streaming of very large files and has term limits) but all the searching is done through solr. Thanks again, Best Regards, M

Term Based Meta Data

2008-08-05 Thread Martin Owens
CR program. So, is it possible to store the data alongside the terms in lucene and then recall them when doing certain searches? and how much custom code needs to be written to do it? Best Regards, Martin Owens - To unsubscribe,