entity « Development « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Development » entity 

1. Question on Entity Framework and full-text search    stackoverflow.com

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 ...

2. Mapping one-to-many entities in SOLR    stackoverflow.com

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:

{
    hotel_name: 'name',
 ...

3. How do I do Entity Extraction in Lucene    stackoverflow.com

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 ...

4. solr schema design for many to many entity definitions    stackoverflow.com

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 ...

5. How to manage two different entities in SOLR?    stackoverflow.com

I have several different entities I want to index in SOLR, for example:

  1. users
  2. products
  3. blogs
All are completely different in schema.
All are searched for in different places in my app.
Is there a ...

6. maximum number of nested entities?    stackoverflow.com

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 ...

7. Search among two entities    stackoverflow.com

i am new to solr. I have created two separate entities which are not interrelated. In db-data-config.xml

<entity name="vtab" query="select pid as id, pname as name from ptab order by name asc">
  ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.