Every contribution have his own tab at the top of the page to let you specify your
OpenSearchServer location, the index to use and the default timeout (in sec).
Click on the blue bar at the top to make it appear. All values are stored in
cookies and shared between the contributions (except the name of the index).
Adding documents in OSS
newsFeedIndexing
OpenSearchServer is not limited to crawling web pages, pdf, doc or text only.
You can feed him with your own data. With this contribution you'll see how to
create your document index to be send to OSS for indexation.
This contribution come without a search page. You'll have to use the OSS interface
or create your own search page.
To use this contribution you'll need to create an emtpy index in OSS.
Name it newsFeed and add these fields:
Name Indexation Store TermVector Analyzer
author no yes no
channel_home yes yes no
channel title no yes no
channel_subtitle no yes no
id yes yes no
link no yes no
title yes yes position_offsets TextAnalyzer
published yes yes no
summary yes compress position_offsets TextAnalyzer
content yes compress position_offsets TextAnalyzer
Default field will be summary and the uniq field is id.
To submit a feed (RSS or Atom), enter the url to the feed, set the feed language
and submit. Some feed are provided for testing purpose.