Both Entity Framework and NHibernate are O-R mapping framework. Hibernate can use Lucene as full-text solution.
Is there any solution combine Entity framework and Lucene for searching? Where to find out ...
I'm trying to map a few entities from an existing database to SOLR.
The tables are:
Hotel:
hotel_id
hotel_name
HotelToCategory:
hotel_id
category_id
rate
Category:
category_id
name
value
How can I use DataImportHandler to produce documents like this:
I m trying to do Entity Extraction (more like matching) in Lucene. Here is a sample workflow:
Given some text (from a URL) AND a list people names, try to extract names ...
I am trying to design a schema for a scenarios where there is a Many to Many relation between Products and Supplier. Search can be done from product centric way or ...
I’ve got a problem during the dataimport. I’m using solr 3.3 on a Tomcat 7 and I’m trying to get the data from a MS SQL Server 2008.
I’ve done the setup ...