[Lius-devp] Re: Apache Commons Configuration
Brought to you by:
benjellr
|
From: Rida B. <bi...@he...> - 2005-06-13 10:25:29
|
Hi Jens, It sound good and I think that we can start the new developpements. I have some questions. First if we replace the Liusconfig by the commonconfig, we olso have to consider the LiusFields. Actually User can configure the lucene fields using the config file, how this will work with the new config ? I think that we have to start a discution about the XML structure of the new Config. Olso for the indexer class we must finalize it, by replacing getDocument methode by index methode. Olso for the addCustomFields(List liusFieldsOrLuceneFields), this methode can be verry useful when user whant to add somme custom fields that Lius can't handle automaticly, for example adding a URL path etc. Finally the methode getContent (Object ressource) will allow user to get the content of the document that they index. This can be verry usefull when user whant to store the content out of the index. Lucene recommende the storage of big content out of the index, this content witsh is stored out of the index could be used for example for Highlighting capabilities. Olso we cant have a new Lius user that will use Lius as a text extraction API. |