[jira] Closed: (UIMA-1553) Add prospective search AE to Lucas

2010-01-21 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann closed UIMA-1553.
---

Resolution: Fixed

 Add prospective search AE to Lucas
 --

 Key: UIMA-1553
 URL: https://issues.apache.org/jira/browse/UIMA-1553
 Project: UIMA
  Issue Type: Improvement
  Components: Sandbox-Lucas
Affects Versions: 2.3S
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann

 Prospective search is a search method where the search query is given first
 and then searched against a stream of text, e.g. a xml feed.
 Lucene supports prospective search via their MemoryIndex
 http://lucene.apache.org/java/2_4_1/api/contrib-memory/org/apache/lucene/index/memory/MemoryIndex.html
 which is a fast one document in memory index.
 To add prospective search support to Lucas a new AE should be implemented,
 which uses a resource interface to fetch the search queries either from
 a user implemented object or from a resource file.
 The search results should be written to the CAS to be available for further
 processing by user implemented AEs.
 The new AE should share the code which is used to build the Index with the
 LuceneCASIndexer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServerUserGuide.html

2010-01-21 Thread Thilo Goetz
On 1/20/2010 23:02, Jim Condit wrote:
 Hi UIMA Dev,
 
  
 
 Just wanted to let you know that the link to the REST server User Guide
 seems to be broken:
 
  
 
 http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServe
 rUserGuide.html
 
  
 
 Thanks,
 
  
 
 Jim
 
 

Thanks for pointing this out.  Seems all the links to
sandbox documentation went missing.

For the simple server, the documentation is here:
http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServerUserGuide/simpleServerUserGuide.html

--Thilo


Re: http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServerUserGuide.html

2010-01-21 Thread Marshall Schor
I may have accidentally broken this link - sorry about that.  This
probably was a side effect of my attempt to make all the sandbox
projects more or less the same, so that the build process would have
less specialization.  As a part of that, all of the sandbox projects
(that have docbook-docs) now store the generated docs in a common way in
SVN.  I plan to update the web-site once this release is approved to
have a more uniform way for documentation of all the sandbox projects to
be linked.

We have a vote ongoing in the incubator mailing list, and have 2 +1 so
far. 

-Marshall

Thilo Goetz wrote:
 On 1/20/2010 23:02, Jim Condit wrote:
   
 Hi UIMA Dev,

  

 Just wanted to let you know that the link to the REST server User Guide
 seems to be broken:

  

 http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServe
 rUserGuide.html

  

 Thanks,

  

 Jim


 

 Thanks for pointing this out.  Seems all the links to
 sandbox documentation went missing.

 For the simple server, the documentation is here:
 http://incubator.apache.org/uima/downloads/sandbox/simple-server/simpleServerUserGuide/simpleServerUserGuide.html

 --Thilo