RE: Storing data in Solr

2017-08-08 Thread Phil Scadden
When I am putting PDF documents and rows from a table into the same index, I create "dataSource" field to identify the source and I don't copy database fields - only index them - apart from the unique key which is stored as "document". On search, you process the output before passing to user. If

Re: Storing data in Solr

2017-08-07 Thread Erick Erickson
message in context: > http://lucene.472066.n3.nabble.com/Storing-data-in-Solr-tp4349537p4349541.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Storing data in Solr

2017-08-07 Thread sg1973
.nabble.com/Storing-data-in-Solr-tp4349537p4349541.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Solr indexes data for search and if search is the main criterion Solr should be used. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received: Monday, August 7, 2017, 6:55 PM Hello All, I am new to

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Which database is to be integrated? Solr provides Data Import Handlers for several databases including Oracle and MySQL. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received: Monday, August 7, 2017

Storing data in Solr

2017-08-07 Thread sg1973
at to choose when? Is there a reason i would choose a separate cache even for storing linear data? Thanks in advance PG -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-data-in-Solr-tp4349537.html Sent from the Solr - User mailing list archive at Nabble.com.