Re: Full-search index for the database

2011-09-11 Thread Eugeny Balakhonov
user can receive needed source field name: foo foo foo test foo foo 2011/9/12 Eugeny Balakhonov > Hello, > > Thanks for answer! > > I have created separate fields in mysolr schema for each field in database > (more than 500!). How to ask parser for search v

Re: Full-search index for the database

2011-09-11 Thread Eugeny Balakhonov
each field > in your database that you want recognized separately. You can use a > query parser like edismax to do a weighted query across all of your > fields and then provide highlighting on the specific field which > matched. > > 2011/9/10 Eugeny Balakhonov : > >

Full-search index for the database

2011-09-10 Thread Eugeny Balakhonov
I want to create full-text search for my database. It means that search engine should look up some string for all fields of my database. I have created Solr configuration for extracting and indexing data from a database. According documentation in the file schema.xml I have created field f

Solr 3.3: DIH configuration for Oracle

2011-08-10 Thread Eugeny Balakhonov
Hello, all! I want to create a good DIH configuration for my Oracle database with deltas support. Unfortunately I am not able to do it well as DIH has the strange restrictions. I want to explain a problem on a simple example. In a reality my database has very difficult structure. Initial c