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

Jason Rutherglen commented on LUCENE-2919:
------------------------------------------

Sorry for the naive off/on-topic question.  

Ryan, what's the repository info that needs to be added to the pom.xml so that 
the project downloads the 4.0 snapshot?

Eg, I don't think it's:

{code}
<repository>
  <id>lucene</id>
  
<url>https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/org/apache/</url>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>
{code}

> IndexSplitter that divides by primary key term
> ----------------------------------------------
>
>                 Key: LUCENE-2919
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2919
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Jason Rutherglen
>            Assignee: Uwe Schindler
>            Priority: Minor
>             Fix For: 3.3, 4.0
>
>         Attachments: LUCENE-2919-3x.patch, LUCENE-2919-filter.patch, 
> LUCENE-2919-filter.patch, LUCENE-2919-filter.patch, LUCENE-2919.patch
>
>
> Index splitter that divides by primary key term.  The contrib 
> MultiPassIndexSplitter we have divides by docid, however to guarantee 
> external constraints it's sometimes necessary to split by a primary key term 
> id.  I think this implementation is a fairly trivial change.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to