Hello,
I have a field called timeSlot in my documents, basically representing an
hour.
When a query is made, I would like to make a graph of how many doc hits
corresponds to each timeSlot, sort it and display a chart of it.
I am simply using term queries, to query StringFields, and here is my
re
Hi All,
If a search is made from lucene facet(taxonomy search) , while taxonomy
indexing is in progress the application is getting blocked no further is
indexing is happening. My application is multithreaded. Kindly reply to this
mail,
Thanks,
Biltu
Hmm, this should not be the case: both TaxonomyIndexWriter and IndexWriter
let you index new documents completely concurrently with near-real-time
readers searching their already point-in-time snapshots.
Can you give some more specifics about how you are indexing and searching
facets, and where sp
Hi All,
If a search is made from lucene facet(taxonomy search) , while taxonomy
indexing is in progress the application is getting blocked no further is
indexing is happening. My application is multithreaded. Kindly reply to this
mail,
Thanks,
Biltu
;
> > > Dear Shai,
> > >
> > > Thank you for your reply.
> > >
> > > Actually I am using Lucene3.6 in Android. It is working fine. but with
> > the
> > > latest versions there are some issues.
> > > Now I just added this Facet search lib
gt;
> > Actually I am using Lucene3.6 in Android. It is working fine. but with
> the
> > latest versions there are some issues.
> > Now I just added this Facet search library also along with the old Lucene
> > code.
> > After this Facet search integration, i
e3.6 in Android. It is working fine. but with the
> latest versions there are some issues.
> Now I just added this Facet search library also along with the old Lucene
> code.
> After this Facet search integration, it is giving these Corrupted and
> NullpointerExcpetion when I
Dear Shai,
Thank you for your reply.
Actually I am using Lucene3.6 in Android. It is working fine. but with the
latest versions there are some issues.
Now I just added this Facet search library also along with the old Lucene
code.
After this Facet search integration, it is giving these Corrupted
fully .. we never tested this code on Android.
Shai
On Thu, Feb 6, 2014 at 3:21 PM, Jebarlin Robertson wrote:
> Hi,
>
> I am using Lucene 3.6 version for indexing and searching in Android
> application.
> I have implemented Facet search. But when I try to search, it is giving the
>
Hi,
I am using Lucene 3.6 version for indexing and searching in Android
application.
I have implemented Facet search. But when I try to search, it is giving the
below exception while creating the DirectoryTaxonomyReader object.
02-06 21:00:58.082: W/System.err(15518
Hi
I don't think it's possible, not with the default configuration. The
problem is that drill-down terms are created with a default delimiter,
which is \u001F, and you can't really type that character.
One way is to override FacetIndexingParams.getFacetDelimChar() to return a
human readable chara
Hi all,
I think somebody already did this question in the mailing list, but I
can't find it.
Is possible to execute a search with facets in luke? then use the
$facets field in searches?
Nicola.
-
To unsubscribe, e-mail: java-
)
/Articles/aaa (10)
Regards
Ganesh
- Original Message -
From: "Chris Hostetter"
To: "Lucene Users"
Sent: Thursday, February 24, 2011 7:29 AM
Subject: [Bulk] Re: Facet search
>
> : This is another indicator that we should re
: This is another indicator that we should really try to extract Solr's
: capabilities like Faceting into modules! Solr should not be required
: if you want to use the facteing stuff we already have.
the most basic logic of (field) faceting used by solr is simple TermEnum
iteration and document
This is another indicator that we should really try to extract Solr's
capabilities like Faceting into modules! Solr should not be required
if you want to use the facteing stuff we already have.
simon
On Wed, Feb 23, 2011 at 10:06 AM, Wouter Heijke wrote:
> Hi,
> Same here, don't want Solr, so if
Hi,
Same here, don't want Solr, so if you want facets BoBo is your friend!
http://sna-projects.com/bobo/
Works great, very easy to use...the only thing is the name, is like dog
food :-)
But give BoBo a try!
Wouter
> Hello all,
>
> I am using Lucene for my project and we have new requirement to
Hello all,
I am using Lucene for my project and we have new requirement to present data
in the form of Analytics. Facet could be used for that but for this purpose i
don't want to migrate to Solr. How to acheive this with Lucene. Will facet
feature be part of future release of Lucene?
We req
-
> From: Li Li [mailto:fancye...@gmail.com]
> Sent: Monday, August 30, 2010 6:06 AM
> To: java-user@lucene.apache.org
> Subject: Re: How to do facet search in lucene, NOT solr ?
>
> I think you can read the codes of solr.
> I guess you can implement a collect to get all hit d
You can also take a look at this:
http://code.google.com/p/bobo-browse/
-Original Message-
From: Li Li [mailto:fancye...@gmail.com]
Sent: Monday, August 30, 2010 6:06 AM
To: java-user@lucene.apache.org
Subject: Re: How to do facet search in lucene, NOT solr ?
I think you can read the
rect: 41173915.
Fax: +91-80-28520362 | Mobile: +91-9845505322.
http://allahbaksh.blogspot.com
-Original Message-
From: fulin tang [mailto:tangfu...@gmail.com]
Sent: Monday, August 30, 2010 3:28 PM
To: java-user@lucene.apache.org
Subject: How to do facet search in lucene, NOT solr ?
we
I think you can read the codes of solr.
I guess you can implement a collect to get all hit docs into a
DocSet(bitset). Also getting facet fields into memory(doc id->field
value) then loop the DocSet to count it.
2010/8/30 fulin tang :
> we are building a search system on top of lucene, and we are
we are building a search system on top of lucene, and we are now
looking for a facet feature
So it there a easy way to do this ?
btw, we do not want to switch to solr just for this!
-
To unsubscribe, e-mail: java-user-unsubscr..
22 matches
Mail list logo