[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-07 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752028#action_12752028
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Fixing xmlbeans dependency version to 2.3.0 needed as pointed in previous 
xbean.jar MANIFEST.MF.
In my environment testResultGenerationXX tests still fail due to carriage 
returns differences in expected and actual standoff. 

 SimpleUimaAsService has checked in SimpleServer libraries as binaries
 -

 Key: UIMA-1462
 URL: https://issues.apache.org/jira/browse/UIMA-1462
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.2.2S, 2.3S
Reporter: Thilo Goetz
Assignee: Tommaso Teofili
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
 patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
 simpleUimaAsServicePatch.txt


 For the upcoming release, this should be changed so it depends on the 
 SimpleServer project directly.

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



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

2009-09-07 Thread JIRA

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

Jörn Kottmann reassigned UIMA-1553:
---

Assignee: Jörn Kottmann

 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.



[jira] Created: (UIMA-1556) The LucasCasIndexer should be an Analysis Engine and not a CasConsumer

2009-09-07 Thread JIRA
The LucasCasIndexer should be an Analysis Engine and not a CasConsumer
--

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


Right now the LucasCasIndexer is a CasConsumer, but it should be an 
AnalysisEngine to make reuse of the code to create a document
based on a specified configuration easy. With that change a base class could be 
created for AEs which need to process Lucene documents.
One use case for this is the prospective search AE (UIMA-1553).

Beside that, the UIMA documentation suggests to not longer use Cas Consumers.

If we do this change, it should be done before the 2.3.0 release, because it is 
not backward compatible. 

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