Re: DIH - rdbms to index confusion

2010-12-07 Thread Stefan Matheis
Hi, have a look at the mysql-query-log - it will tell you what queries are executed from the solr dih. so you'll see which variables are empty/not set as expected and therefore maybe missing in the result. otherwise (for the rest of the list) it would be easier to help you, when you're using real

Re: DIH - rdbms to index confusion

2010-12-06 Thread kmf
ge in context: http://lucene.472066.n3.nabble.com/DIH-rdbms-to-index-confusion-tp2028543p2030456.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH - rdbms to index confusion

2010-12-06 Thread Alexey Serba
> I have a table that contains the data values I'm wanting to return when > someone makes a search.  This table has, in addition to the data values, 3 > id's (FKs) pointing to the data/info that I'm wanting the users to be able > to search on (while also returning the data values). > > The general

DIH - rdbms to index confusion

2010-12-06 Thread kmf
1 : f_value 1 cat_name 2 : g_name 1 : dub_name 2 : f_value 2 cat_name 2 : g_name 2 : dub_name 1 : f_value 1 cat_name 2 : g_name 2 : dub_name 2 : f_value 2 (All but the values are showing up in the index in some form) Any suggestions on where my logic is failing? Thanks -- View this message in con