Re: Solr and Zend Lucene

2009-03-09 Thread Chris Hostetter
: We will be using sqllite for db.This can be used for a cd version where we : need to provide search i'm not really sure how that answers grant's question -- what is it about running Solr that seems problematic and makes you want to put the index in a database?

Re: Solr and Zend Lucene

2009-03-06 Thread revas
The luke request handler returns all the tokens from the index ,is this correct? On 3/5/09, revas revas...@gmail.com wrote: We will be using sqllite for db.This can be used for a cd version where we need to provide search On 3/5/09, Grant Ingersoll gsing...@apache.org wrote: On Mar 5,

Solr and Zend Lucene

2009-03-05 Thread revas
Hi, I have a requirement where i need to search offline.We are thinking of doing this by storing the index terms in a db . Is there a was of accessing the index tokens in solr 1.3 ? The other way is to use Zend_lucene to read the index file of solr as zend lucene has method for doing this.But

Re: Solr and Zend Lucene

2009-03-05 Thread Grant Ingersoll
On Mar 5, 2009, at 3:10 AM, revas wrote: Hi, I have a requirement where i need to search offline.We are thinking of doing this by storing the index terms in a db . I'm not sure I follow. How is it that Solr would be offline, but your DB would be online? Can you explain a bit more the

Re: Solr and Zend Lucene

2009-03-05 Thread revas
We will be using sqllite for db.This can be used for a cd version where we need to provide search On 3/5/09, Grant Ingersoll gsing...@apache.org wrote: On Mar 5, 2009, at 3:10 AM, revas wrote: Hi, I have a requirement where i need to search offline.We are thinking of doing this by