Re: Solr Near Realtime with denormalized Data

2012-11-26 Thread zbindigonzales
Hello again The problem is that the software is used in different fields. The table schema for hospital software is not the same as in the industrie sectors. Customers usually create their own schema. The worst case scenary that we know is that there are four tables connected. Table patient -->

Re: Solr Near Realtime with denormalized Data

2012-11-26 Thread zbindigonzales
Hello Erick Thanks for your response. The main problem we have, is that the data is denormalized. And this increases the document to index exponentially. Let's say we have the following two tables. -- -- Table: Patient Table:Image -

Solr Near Realtime with denormalized Data

2012-11-23 Thread zbindigonzales
Hi there. In our company we use Apache Solr 4 to index data from the database via the databaseimport handler. The data we are indexing is a denormalzied table (Patient, Visit, Study, Image). One requirement is to be near realtime. For that we use softcomits every second. The index size is about

Dynamically field selection for Solr Suggestion (Spellcheck) multiple term query

2012-09-20 Thread zbindigonzales
Hello everybode. I already posted this question on stackoverflow but didn't get an answer. I am using the solr suggestion component with the following configuration: schema.xml solrconfig.xml suggest org.apache.solr.spelling.suggest.Suggester