Re: Full-search index for the database

2011-09-11 Thread Eugeny Balakhonov
separate fields in your solr schema for 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 c0f

Re: Full-search index for the database

2011-09-11 Thread Eugeny Balakhonov
emtest/em foo foo/str /arr /lst 2011/9/12 Eugeny Balakhonov c0f...@gmail.com 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 via all these fields? By default Solr schema should contain

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

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