Re: Using SOLR to search for Names from RDBMS

2017-03-02 Thread Alexandre Rafalovitch
You would absolutely want to read "Relevant Search" book first. It is based on Elasticsearch examples, but the concepts map to Solr (and there is an appendix). (The following is mostly for names, phone numbers, don't know about addresses) The core issue is that you will want to setup a bunch of c

Using SOLR to search for Names from RDBMS

2017-03-02 Thread Bijesh EB
Hi All, First off, what a fabulous job you all are doing creating and supporting an open source solution! Great Work and many thanks for that. I am reasonably new to SOLR and our team is trying to integrate SOLR to a structured database to help with Searching Person Records (first name, last nam

Re: using Solr to search for names

2012-07-22 Thread Alireza Salimi
>> > > >> > In search, all fields should be searched for the search > >> > keyword. That's why > >> > I thought > >> > maybe having an aggregate field - named 'name' - which keeps > >> > all fields - by > >> &

Re: using Solr to search for names

2012-07-22 Thread Roman Chyla
s should be searched for the search >> > keyword. That's why >> > I thought >> > maybe having an aggregate field - named 'name' - which keeps >> > all fields - by >> > copyField tag - can be used for search. >> > >> > The prob

Re: using Solr to search for names

2012-07-22 Thread Alireza Salimi
eeps > > all fields - by > > copyField tag - can be used for search. > > > > The problem is: how can I apply synonyms for first names and > > middle names, > > when I > > want to copy them into 'name' field? > > > > If you know of any li

Re: using Solr to search for names

2012-07-22 Thread Ahmet Arslan
synonyms for first names and > middle names, > when I > want to copy them into 'name' field? > > If you know of any link which is for using Solr to search > for names, > I would appreciate if you let me know. There is a flexible approach when you want to search ov