Re: Search and Entity structure

2012-10-27 Thread v vijith
or if none are required, it can be UUID field from SOLR. Now Im able to search for gradename:MBA AND grade:B with the relation maintained. The updated dataconfig is shown below Schema someid On Sat, Oct 27, 2012 at 10:49 AM, v vijith

Re: Search and Entity structure

2012-10-27 Thread v vijith
, MBA, B 2, George, PM, C 3, Viktor, null, null How do I put the schema so that this can be searched as is? I would not prefer to put database specific functions in my solution. On Sat, Oct 27, 2012 at 7:08 AM, Gora Mohanty wrote: > On 27 October 2012 01:20, v vijith wrote: > [...]

Re: Search and Entity structure

2012-10-26 Thread v vijith
shown in the result. This is due to unique id I believe. Can you provide some help? On Fri, Oct 26, 2012 at 8:46 PM, Gora Mohanty wrote: > On 25 October 2012 23:48, v vijith wrote: >> Dear All, >> >> Apologize for lengthy email >> >> SOLR Version: 4 >&g

Re: Search and Entity structure

2012-10-26 Thread v vijith
Thanks for the response. This workaround would be difficult to implement. Also Im finding it very difficult to understand that SOLR doesnt provide this feature for searching. On Fri, Oct 26, 2012 at 9:42 AM, adityab wrote: > Hi Vijith, > > See if this solution solves your problem. There might b

Re: Search and Entity structure

2012-10-25 Thread v vijith
L above? The answer probably is in the document or entity that is getting generated. If the entity is as below, it might fix the same George<./str> Nevada MBA A George<./str> Nevada graduate C Then, when I search, it will show one doc only. Thanks Viju Tha

Search and Entity structure

2012-10-25 Thread v vijith
Dear All, Apologize for lengthy email SOLR Version: 4 Im a newbie to SOLR and have gone through tutorial but could not get a solution. The below requirement doesnt seem to be impossible but I think Im missing the obvious. In my RDBMS, there is a Qualification table and an Employee table. A