10-14-2005 03:44 PM
10-15-2005 12:43 PM
10-17-2005 05:32 AM
Is meta-data stored in the Lucene index or only via hibernate?
How would I go about adding a custom indexing component for XML documents?
10-18-2005 11:01 AM
10-19-2005 03:53 AM
11-02-2005 03:22 PM
11-16-2005 04:32 PM
11-17-2005 03:49 AM
11-17-2005 08:52 AM
Hi Henry
You will have to do quite a lot of work to get an XML repository linked in.
I am assuming that the database is not compatible with hibernate, and you would not want hibernate in any case, so you will require a new NodeService to support the persistence of meta data. You will also need a ContentService against an XML database.
The indexing into lucene should work given the node service and content services above. However, I am not sure if you would do all the search against lucene or the xml database. You could certainly combine the two using the NodeRef for each node as the key. The search can be configured to do what you want and you could have a SearchService that just goes to the XML database(s) or that also includes lucene in some way.
You would have to think about how scores from each result set are used to produce an overall result set. There are ideas in lucene for this.
Regards
Andy
12-18-2005 08:29 AM
Hi Henry
You will have to do quite a lot of work to get an XML repository linked in.
I am assuming that the database is not compatible with hibernate, and you would not want hibernate in any case, so you will require a new NodeService to support the persistence of meta data. You will also need a ContentService against an XML database.
The indexing into lucene should work given the node service and content services above. However, I am not sure if you would do all the search against lucene or the xml database. You could certainly combine the two using the NodeRef for each node as the key. The search can be configured to do what you want and you could have a SearchService that just goes to the XML database(s) or that also includes lucene in some way.
You would have to think about how scores from each result set are used to produce an overall result set. There are ideas in lucene for this.
Regards
Andy
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.