[
https://issues.apache.org/jira/browse/ACCUMULO-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001351#comment-14001351
]
ASF GitHub Bot commented on ACCUMULO-2826:
------------------------------------------
GitHub user ryaneleary opened a pull request:
https://github.com/apache/accumulo/pull/8
ACCUMULO-2826 Allow single CF for IntersectingIterator
The iterator functions properly, as-is, when given only a single column
family 'term'. As such, that functionality should not be artificially prevented.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryaneleary/accumulo ACCUMULO-2826
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit ce39f549c21e90e8cb9b56411e6495e77f0acf5d
Author: Ryan Leary <[email protected]>
Date: 2014-05-19T02:37:58Z
ACCUMULO-2826 Allow single CF for IntersectingIterator
----
> IntersectingIterator should allow a single column family
> --------------------------------------------------------
>
> Key: ACCUMULO-2826
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2826
> Project: Accumulo
> Issue Type: Improvement
> Components: client
> Affects Versions: 1.6.0
> Reporter: Ryan Leary
> Fix For: 1.6.1, 1.7.0
>
>
> I know that sounds ridiculous. BUT:
> The IndexedDocIterator extends the IntersectingIterator, and it should be
> possible to supply a single term and receive the matches in the same format
> the IndexedDocIterator returns boolean AND results. That is -- if one wants
> to search a single term, they shouldn't have to use a different iterator if
> they want the iterator stack to return the document in the value (as opposed
> to just returning the index key with no iterator at all).
> Does this make sense? Should I submit the patch?
--
This message was sent by Atlassian JIRA
(v6.2#6252)