[Registry-dev] Lucene Integration
Kalani
kalani at wso2.com
Mon Jul 21 04:17:25 PDT 2008
The content search functionality is now integrated with the UI. A drop
down list is added to select the type of search (tag or content). To
test the content search select content from the drop down list and
submit keywords.
Chathura C. Ekanayake wrote:
> Sounds good. Now we can have a UI control to search resources by content.
>
> Our next problem is to combine the normal and content searches. We don't
> have to worry about combining search results, when performing SQL only
> searches. But in this case we have to combine the results returned from
> SQL and Lucene. So I think the solution is to merge the search results
> in Java (registry) level.
>
> Thanks,
> Chathura
>
> Kalani wrote:
>
>> I implemented a separate class (Indexer class) to do the indexing. Thus
>> it can be used from any handler. A sample handler which uses Indexer
>> class is also implemented.
>>
>> For searching purpose a new method (Collection searchContent (String
>> keywords)) was introduced to the Registry API.
>>
>> Thanks,
>>
>> Kalani
>>
>> Kalani wrote:
>>
>>
>>> Hi,
>>>
>>> I have completed the sample application which includes creating the
>>> index in the database, loading index into the memory, searching and
>>> periodically flushing index updates to the database.
>>>
>>> The plan is to write a handler to manage the index and to introduce a
>>> new method to the Registry interface for content searching in order to
>>> integrate this with the Registry.
>>>
>>> Thanks,
>>> Kalani
>>>
>>> _______________________________________________
>>> Registry-dev mailing list
>>> Registry-dev at wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
>>>
>>>
>>>
>>>
>> _______________________________________________
>> Registry-dev mailing list
>> Registry-dev at wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
>>
>>
>>
>
>
> _______________________________________________
> Registry-dev mailing list
> Registry-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
>
>
More information about the Registry-dev
mailing list