You're already in the Solr contributors group, are you asking to be
added to the Lucene contributors group too?
Erick
On Thu, Apr 10, 2014 at 10:34 AM, Keith Mericle
wrote:
> Hello,
>
>
>
> My userID is KeithMericle.
>
>
>
> I would like to be added to the ContributorsGroup so that I can edit a
Hello,
My userID is KeithMericle.
I would like to be added to the ContributorsGroup so that I can edit a link
on our company listing on the Lucene Support page.
Regards,
Keith
Hi All,
i am trying to add Termfilter and DistanceFilter in BooleanFilter using
FilterClause. But i am getting the below mentioned error. Please check my
code and guide me.
*Code:*
> DistanceQueryBuilder queryBuilder = new DistanceQueryBuilder(latLong[0],
> latLong[1], radius, "lat", "lon", Car
Am using lucene 3.0.3. i have two filters (BooleanFilter and
DistanceFilter).what is the best way to do logical operations between these
two filters?
BooleanFilter: ( OR,AND filters using FilterClause )
BooleanFilter boolFilter = new BooleanFilter();
Term term = new Term("city", "texas");
i dont understand how sort by distance has been achieved using below
mentioned code.
Please explain me...how lucene handles sortfield if sortfield is ""?
DistanceQueryBuilder queryBuilder = new
DistanceQueryBuilder(latitude, longitude, radius, "lat", "lon",
CartesianTierPlotter.DEFALT_FIELD_PR
Hi All,
i am trying to add Termfilter and DistanceFilter in BooleanFilter using
FilterClause. But i am getting the below mentioned error. Please check my
code and guide me.
*Code:*
> DistanceQueryBuilder queryBuilder = new DistanceQueryBuilder(latLong[0],
> latLong[1], radius, "lat", "lon", C
Hello,
We're using the Lucene 4.4 embedded in eXist-db (exist-db.org), and as the
subject indicates we want to ignore stop word gaps in queries - without the
user having to indicate where such gaps might occur at query time.
Since Lucene 4.4 the FilteringTokenFilter.setEnablePositionIncrements(
Hi Adrien,
Thanks for clarifying!
We're going to go the custom codec & custom visitor route.
best,
alex
On Wed, Apr 9, 2014 at 10:38 PM, Adrien Grand wrote:
> Hi Alex,
>
> Indeed, one or several (the number depends on the size of your
> documents) documents need to be fully decompressed in o
Hi,
I indexed few documents under a core of Solr 4.6.1 instance deployed on
Tomcat and copied the same index to other Solr instance with a core having
same configurations.
Before copying the index, source Solr instance was stopped. But when I
start the other instance with the copied index it throw