Re: Apache Solr Question

2016-11-07 Thread Alexandre Rafalovitch
Solr ships with 10 different examples. Most of them work (ignore DIH - RSS one and maybe DIH - email one). Try doing those and understanding them, then you will have better understanding of what's possible and also exactly where you want to go. Regards, Alex. P.s. This will help if you are los

Re: Apache Solr Question

2016-11-04 Thread Chien Nguyen
Great! Thank you so much. ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304308p4304437.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Apache Solr Question

2016-11-03 Thread Erick Erickson
bq: I have encountered someone who has a collection with five billion documents in it... I know of installations many times that. Admittedly when you start getting into the 100s of billions you must plan carefully Erick On Thu, Nov 3, 2016 at 7:44 AM, Susheel Kumar wrote: > For media like i

Re: Apache Solr Question

2016-11-03 Thread Susheel Kumar
For media like images etc, there is LIRE solr plugin which can be utilised. I have used in the past and may meet your requirement. See http://www.lire-project.net/ Thanks, Susheel On Thu, Nov 3, 2016 at 9:57 AM, Shawn Heisey wrote: > On 11/3/2016 2:49 AM, Chien Nguyen wrote: > > Hi everyone! I'

RE: Apache Solr Question

2016-11-03 Thread Davis, Daniel (NIH/NLM) [C]
Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Thursday, November 03, 2016 10:26 AM To: solr-user@lucene.apache.org Subject: Re: Apache Solr Question For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is gene

Re: Apache Solr Question

2016-11-03 Thread Doug Turnbull
For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is generally less meaningful than if you can break it up into chapters or sections. Those subdivisions are often much more useful to a user from a usability standpoint for und

Re: Apache Solr Question

2016-11-03 Thread Shawn Heisey
On 11/3/2016 2:49 AM, Chien Nguyen wrote: > Hi everyone! I'm a newbie in using Apache Solr. I've read some > documents about it. But i can't answer some questions. Second reply, so I'm aiming for more detail. > 1. How many documents Solr can search at a moment?? A *single* Solr index has Lucen

Re: Apache Solr Question

2016-11-03 Thread Rick Leir
On November 3, 2016 4:49:07 AM EDT, Chien Nguyen wrote: >Hi everyone! >I'm a newbie in using Apache Solr. Welcome! > I've read some documents about it. >But i >can't answer some questions. >1. How many documents Solr can search at a moment?? I would like to say unlimited. But it depends on