Re: Fetch a binary field

2017-08-12 Thread Barbet Alain
Hi ! Because this field containt a zipped xml that is bigger than all others fields & I don't need it for searching, just for display. Yes it would be better if this field is outside the Lucene base, but as I have hundred of bases like that, with millions of documents for each, no I can't change

Re: missing documents after restart

2017-08-12 Thread John Blythe
haha, can't have that now! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Aug 11, 2017 at 2:44 PM, Erick Erickson wrote: > Thanks for closing this out, I was breaking

Re: MongoDb vs Solr

2017-08-12 Thread Dave
Personally I say use a rdbms for data storage, it's what it's for. Solr is for search and retrieve and the expense of possible loss of all data, in which case you rebuild it. > On Aug 12, 2017, at 11:26 AM, Muwonge Ronald wrote: > > Hi Solr can use mongodb for storage and

Re: MongoDb vs Solr

2017-08-12 Thread Jcd
Hello, I have implemented a NoSQL key/value DB where I index the value field needed for retrieval plus the key value to get back the DB record when searching and it works pretty well. I use Lucene but you can most probably do the same with SOLR. Best wishes JCD Envoyé de mon iPhone > Le 12

Re: MongoDb vs Solr

2017-08-12 Thread Leonardo Perez Pulido
The main reason to chose Solr is the capacity of it has of return results sorted by relevance. Solr returns documents in ranked order based on how relevant each document is to the user's query. Solr isn't a database, although it can 'store' data. Regards. On Sat, Aug 12, 2017 at 2:27 PM, Dave

Re: MongoDb vs Solr

2017-08-12 Thread Muwonge Ronald
Hi Solr can use mongodb for storage and you can play with the data as it grows depending on your data goals.Ease of learning doesn't mean happiness.I recommend you use both for serious projects that won't collapse soon. Ronny On 5 Aug 2017 02:16, "Francesco Viscomi" wrote: >

Re: MongoDb vs Solr

2017-08-12 Thread Lars Karlsson
Agree, but saying "but Solr is generally not considered to be durable across crashes or kill -9." Such statements are misleading, even Cassandra can loose data in such case. and talking about RDBMS and ACID = non scalable persistence and dealing with replication hell. On Sat, 12 Aug 2017 at

Unable to write response, client closed connection or we are shutting down

2017-08-12 Thread Nawab Zada Asad Iqbal
Hi, I am executing a query performance test against my solr 6.6 setup and I noticed following exception every now and then. What do I need to do? Aug 11, 2017 08:40:07 AM INFO (qtp761960786-250) [ x:filesearch] o.a.s.s.HttpSolrCall Unable to write response, client closed connection or we are