You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2011/06/30 13:12:28 UTC

[jira] [Created] (OPENNLP-207) Add search support to Corpus Refiner based on Lucas

Add search support to Corpus Refiner based on Lucas
---------------------------------------------------

                 Key: OPENNLP-207
                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
             Project: OpenNLP
          Issue Type: Task
            Reporter: Tommaso Teofili


The Corpus Refiner needs CAS indexing and searching capabilities.
The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENNLP-207) Add search support to Corpus Server based on Lucas

Posted by "Jörn Kottmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann updated OPENNLP-207:
----------------------------------

    Component/s: Corpus Server
       Assignee: Jörn Kottmann

> Add search support to Corpus Server based on Lucas
> --------------------------------------------------
>
>                 Key: OPENNLP-207
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Corpus Server
>            Reporter: Tommaso Teofili
>            Assignee: Jörn Kottmann
>
> The Corpus Server needs CAS indexing and searching capabilities.
> The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
> We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OPENNLP-207) Add search support to Corpus Refiner based on Lucas

Posted by "Jörn Kottmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENNLP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057759#comment-13057759 ] 

Jörn Kottmann commented on OPENNLP-207:
---------------------------------------

It was discussed to add this to the Corpus Server. The Corpus Refiner is a tool which requires this functionality in the Corpus Server. I suggest that we change this jira, or continue the discussion if you believe it should be part of the Corpus Refiner instead of the Corpus Server.

> Add search support to Corpus Refiner based on Lucas
> ---------------------------------------------------
>
>                 Key: OPENNLP-207
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
>             Project: OpenNLP
>          Issue Type: Task
>            Reporter: Tommaso Teofili
>
> The Corpus Refiner needs CAS indexing and searching capabilities.
> The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
> We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (OPENNLP-207) Add search support to Corpus Server based on Lucas

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili updated OPENNLP-207:
------------------------------------

    Description: 
The Corpus Server needs CAS indexing and searching capabilities.
The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.




  was:
The Corpus Refiner needs CAS indexing and searching capabilities.
The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.




        Summary: Add search support to Corpus Server based on Lucas  (was: Add search support to Corpus Refiner based on Lucas)

> Add search support to Corpus Server based on Lucas
> --------------------------------------------------
>
>                 Key: OPENNLP-207
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
>             Project: OpenNLP
>          Issue Type: Task
>            Reporter: Tommaso Teofili
>
> The Corpus Server needs CAS indexing and searching capabilities.
> The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
> We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENNLP-207) Add search support to Corpus Server based on Lucas

Posted by "Joern Kottmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann closed OPENNLP-207.
----------------------------------

    Resolution: Fixed

A first draft of the search support is now there, it should be extended, fixed and enhanced in new specific jira issues.

> Add search support to Corpus Server based on Lucas
> --------------------------------------------------
>
>                 Key: OPENNLP-207
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Corpus Server
>            Reporter: Tommaso Teofili
>            Assignee: Joern Kottmann
>
> The Corpus Server needs CAS indexing and searching capabilities.
> The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
> We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENNLP-207) Add search support to Corpus Refiner based on Lucas

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENNLP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057769#comment-13057769 ] 

Tommaso Teofili commented on OPENNLP-207:
-----------------------------------------

just a typo sorry, I'll edit the jira title

> Add search support to Corpus Refiner based on Lucas
> ---------------------------------------------------
>
>                 Key: OPENNLP-207
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-207
>             Project: OpenNLP
>          Issue Type: Task
>            Reporter: Tommaso Teofili
>
> The Corpus Refiner needs CAS indexing and searching capabilities.
> The index must be updated when a CAS is added and when a CAS is changed; this could be achieved by using Lucas, eventually with little changes.
> We need to have one index loaded and concurrently update it (with Lucas) and query it (with Lucene APIs); the search method should return a list of matched CAS references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira