cancel
Showing results for 
Search instead for 
Did you mean: 

Storing own content to index Lucene

pragashonlink
Champ in-the-making
Champ in-the-making
I'd like to implement a custom search in Alfresco. The custom search page is all created along with the java backed web script. I want to be able to store content from different websites and be able to search an display results in the new search page. As a test I'm planning to read some feeds from a website and store in Lucene which can then be searched by the new search page through Alfresco's search API.

I'd like to know if this is possible ? secondly I'd also like to know whether there is a way to add our own content programmatically to Alfresco's Lucene search engine? Can someone at least give me a document to read on this ?
1 REPLY 1

yogeshpj
Star Contributor
Star Contributor
First thing,clear in your mind that alfresco lucene does not store the content, it only stores indexes.
To make indexes of your feeds of other website, you need to create those feeds as content in alfresco repository.
Then you would be able to search on those feeds through lucene search engine.