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
I'm not understanding this response. My main table does have a one to many relationship with the other tables. What should I be anticipating/wanting for each document if I want to return to the user the values while allowing them to search on the other terms? Thanks. -- View this message in

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