Details
-
Sub-task
-
Resolution: Done
-
Not Evaluated
-
None
Description
The search feature on the server side will be developed in php for testing, and probably in Solr for the full implementaiton. Part og this task is to investigate this.
The search script will traverse an XML-based index and look for nodes containing or matching the search phrases sent by the HTTP Request.
ID:#DocPython01
Date:2/2/2010
Requirement: Python search script
Description:
The script will use an XML-based index and traverse this for keywords matching the query. On finding such matches, the script will return a result in xml format containing a link title, URL and category.
Depending on: #DocAjax01, #DocIndex01