Re: Is it possible to index documents without storing their content?

2018-05-24 Thread Thomas Lustig
g Support Training - http://sematext.com/ > > > > > On 23 May 2018, at 06:46, Thomas Lustig wrote: > > > > dear community, > > > > Is it possible to index documents (e.g. pdf, word,...) for > fulltextsearch > > without storing their content(payload) inside Solr server? > > > > Thanking you in advance for your help > > > > BR > > > > Tom > >

Re: Is it possible to index documents without storing their content?

2018-05-23 Thread Emir Arnautović
tially reconstruct it. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > On 23 May 2018, at 06:46, Thomas Lustig wrote: > > dear community, > > Is it possible to index documents

Is it possible to index documents without storing their content?

2018-05-22 Thread Thomas Lustig
dear community, Is it possible to index documents (e.g. pdf, word,...) for fulltextsearch without storing their content(payload) inside Solr server? Thanking you in advance for your help BR Tom

Re: is it possible to index

2012-10-24 Thread Erick Erickson
Do note that you _can_ join across cores. BUT the join capability is a fairly restricted use-case. And even if it was performant, it's not like a DB join, you can only return info from a single kind of doc. That is, if you were joining between customer documents and vendor documents, you could only

Re: is it possible to index

2012-10-24 Thread Marcelo Elias Del Valle
This is gold info for me! Thanks! 2012/10/24 Martin Koch > In my experience, about as fast as you can push the new data :) Depending > on the size of your records, this should be a matter of seconds. > > /Martin Koch > > On Wed, Oct 24, 2012 at 9:01 PM, Marcelo Elias Del Valle < > mvall...@gmail

Re: is it possible to index

2012-10-24 Thread Martin Koch
In my experience, about as fast as you can push the new data :) Depending on the size of your records, this should be a matter of seconds. /Martin Koch On Wed, Oct 24, 2012 at 9:01 PM, Marcelo Elias Del Valle wrote: > Erick, > > Thanks for the help, it sure helps a lot to read that, as it

Re: is it possible to index

2012-10-24 Thread Marcelo Elias Del Valle
Erick, Thanks for the help, it sure helps a lot to read that, as it gives me more confidence I am not crazy about what I am thinking. The only problem I see by de-normalizing data as you said is that if any relation between customer and vendor changes, I will have to update the index for

Re: is it possible to index

2012-10-24 Thread Erick Erickson
One, take off your RDBMS cap ... DB folks regularly reject the idea of de-normalizing data to make best use of Solr, but that's what I would explore first. Yes, this repeats the, in your case, vendor information perhaps many times, but try that first, even though that causes you to update multiple

is it possible to index

2012-10-24 Thread Marcelo Elias Del Valle
Hello, I am new to Solr and I have a scenario where I want to use it, but I might be misunderstanding some concepts. I will explain what I want here, if someone has a solution for this, I would gladly accept the help. I have a core indexing customers. I have another core indexing vendors.

Is it possible to index pdfs and database into single document?

2012-05-11 Thread anarchos78
pl.execute(StatementImpl.java:841) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:681) at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.(JdbcDataSource.java:246) ... 13 more Is it possible to index pdfs, docs, rtf along with database and havin