Re: [EXTERNAL] Re: general question

2015-03-31 Thread Terry Smith
Mike, Your suggestion seems related to LUCENE-6229 . My understanding is that we shouldn't rely on Scorer.getChildren() as you won't always get all child scorers (just the minimum needed to match) and their positions aren't necessarily reliable.

Re: How to read multiple indices in parallel.

2015-04-07 Thread Terry Smith
Gimantha, With Lucene 5.0 you can pass in an ExecutorService to the constructor of your IndexSearcher and it will search the segments in parallel if you use one of the IndexSearcher.search() methods that returns a TopDocs (and don't supply your own Collector). The not-yet-released Lucene 5.1 incl

Re: How to read multiple indices in parallel.

2015-04-07 Thread Terry Smith
thru the segments > in parallel and search right? But still searching between different indices > will happen sequentially..Isnt it? > > On Tue, Apr 7, 2015 at 7:15 PM, Terry Smith wrote: > > > Gimantha, > > > > With Lucene 5.0 you can pass in an ExecutorService to the

Re: What on earth is FilteredQuery.explain doing?

2015-07-14 Thread Terry Smith
TX, This looks like a bug that has already been fixed on branch_5x as part of LUCENE-6601 . The bug is in org.apache.search.Filter.createWeight: public Explanation explain(LeafReaderContext context, int doc) throws IOException { fi

Re: What on earth is FilteredQuery.explain doing?

2015-07-15 Thread Terry Smith
TX, Let's make it reproducible first as I can't replicate the second failure. If it's still a bug we'll create a new Jira ticket for it as this bug wasn't fixed explicitly by LUCENE-6601, rather as a side effect. I've created a new branch on my github fork of the source code at https://github.com

Re: What on earth is FilteredQuery.explain doing?

2015-07-16 Thread Terry Smith
On Wed, Jul 15, 2015 at 11:39 PM, Terry Smith wrote: > > TX, > > > > Let's make it reproducible first as I can't replicate the second failure. > > If it's still a bug we'll create a new Jira ticket for it as this bug > > wasn't fixed explicitl

5.3.1 artifacts in maven central

2015-09-28 Thread Terry Smith
Guys, I'm unable to find the 5.3.1 artifacts in maven central. Here is the search url for org.apache.lucene:lucene-core, the most recent version listed is 5.3.0. http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.lucene%22%20AND%20a%3A%22lucene-core%22 Am I doing something wrong or ar

Re: 5.3.1 artifacts in maven central

2015-09-29 Thread Terry Smith
Noble, Everything looks good now, thank you. --Terry On Tue, Sep 29, 2015 at 1:26 AM, Noble Paul wrote: > Please check now > > On Mon, Sep 28, 2015 at 8:42 PM, Noble Paul wrote: > > Looks like I missed it , I shall upload it soon > > > > > > On Mon, Sep

CustomAnalyzer and AttributeFactories

2016-07-14 Thread Terry Smith
I've hit a runtime issue when consuming the nightly 7.0.0-SNAPSHOT maven build and was wondering if someone could shed some light on it. Some custom code is causing the following exception: java.lang.IllegalArgumentException: State contains AttributeImpl of type org.apache.lucene.analysis.tokenat

Re: CustomAnalyzer and AttributeFactories

2016-07-15 Thread Terry Smith
016 19:26:28 MESZ, schrieb Terry Smith : > >I've hit a runtime issue when consuming the nightly 7.0.0-SNAPSHOT > >maven > >build and was wondering if someone could shed some light on it. > > > >Some custom code is causing the following exception: > > >

Re: How to get all matched terms in a PrefixQuery

2016-09-14 Thread Terry Smith
Rajnish, Thought you should be aware of LUCENE-6229 which discusses the possibility of removing the Scorer.getChildren API. --Terry On Tue, Sep 13, 2016 at 11:10 PM, Rajnish kamboj wrote: > Thanks Mike > > I would rather go with first approa

mvn snapshot releases

2017-07-05 Thread Terry Smith
I've been using the various snapshot releases to track upcoming changes in Lucene and wasn't sure how they mapped to the various branches in git. The repo at https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/ currently has snapshot releases for 6.7.0, 7.0.0, and

Re: mvn snapshot releases

2017-07-07 Thread Terry Smith
runs > every day or two (judging from recent build history). > > -- > Steve > www.lucidworks.com > > > On Jul 5, 2017, at 11:12 AM, Terry Smith wrote: > > > > I've been using the various snapshot releases to track upcoming changes > in > > Lucene a

Maven snapshots

2018-01-05 Thread Terry Smith
Hi, I'm not seeing snapshot releases on the maven repository for 7.2 or 7.3. Is this on purpose? https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/ --Terry

Re: Maven snapshots

2018-01-09 Thread Terry Smith
e. Thanks, --Terry On Fri, Jan 5, 2018 at 11:06 AM, Terry Smith wrote: > Hi, > > I'm not seeing snapshot releases on the maven repository for 7.2 or 7.3. > Is this on purpose? > > https://repository.apache.org/content/groups/snapshots/org/ > apache/lucene/lucene-core/ > > --Terry > >

Re: Maven snapshots

2018-01-09 Thread Terry Smith
here: > > http://archive.apache.org/dist/lucene/java/ > > > > Is there a particular reason you want the snapshot of 7.2 or 7.3? > > > > Regards, > > Armīns > > > > On Tue, Jan 9, 2018 at 4:13 PM, Terry Smith wrote: > > > > > Gu

Re: Maven snapshots

2018-01-11 Thread Terry Smith
;> > >> Thanks for the heads-up about this problem. > >> > >> There are ASF Jenkins jobs that regularly build those snapshots - see > >the jobs with “Maven” in their names here: > ><https://builds.apache.org/view/L/view/Lucene/>. > >> > &g