[ 
https://issues.apache.org/jira/browse/VXQUERY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304652#comment-15304652
 ] 

ASF subversion and git services commented on VXQUERY-32:
--------------------------------------------------------

Commit 1f623b1664fb5a86dae8b6be2497d822f80505d9 in vxquery's branch 
refs/heads/master from [~sjaco002]
[ https://git-wip-us.apache.org/repos/asf?p=vxquery.git;h=1f623b1 ]

VXQUERY-32 Integrate Apache Lucene

Added two functions to VXQuery:
build-collection-on-index creates a lucene index for a collection
collection-from-index queries a lucene index to return a collection
Added tests


> VXQuery integration with Apache Lucene
> --------------------------------------
>
>                 Key: VXQUERY-32
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-32
>             Project: VXQuery
>          Issue Type: Improvement
>            Reporter: Vinayak Borkar
>            Assignee: Steven Jacobs
>            Priority: Minor
>              Labels: java, mentor, xml, xquery
>
> XML documents contain textual content and the need to search large corpora of 
> documents is a fairly common task. The intent of this project is to leverage 
> Apache Lucene's indexing and search capability so that users of the VXQuery 
> engine can express and run text-search queries.
> This project will have two parts.
> 1. Design and implement the ability for users to create and manage text 
> indices on collections of XML documents.
> 2. Implement functions in VXQuery to exploit these text-indices to execute 
> relevant queries efficiently.
> As a starting point, the system does not need to do automatic index selection 
> (decide to use the text index when the query did not actually refer to an 
> index). Instead the functions would be used directly in the query and the 
> system would have to use the said indices.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to