Hello
This is the Sample Code Of BlockJoinQuery( we tried .
Issues:
1)Dont know how to get hits and score from it
2) This code is not giving output.
I have attached the code for easy view
StandardAnalyzer analyzer = new StandardAnalyzer(Version.LUCENE_41);
// 1. create the index
Directory inde
Hello ,
I want to Search relational content which has parent child
relationship . I am following below link
http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html
but got problem in following line
BlockJoinQuery skuJoinQuery = new BlockJoinQuery(
skuQuery,
shi
Hi Maturu,
The Numere API allows you grouping, count distinct values, sort, and other
operations SQL / OLAP.
See: http://numere.stela.org.br/examples.html
Good lock!
Marcio Napoli
2014-01-29 srineal maturu
> Hi,I have been working on lucene for past 2 months. I have been working on
> grou
Hello Michael,
In the example given in your blog in following line there is error
searcher.search(query, c);
whether it should convert in IndexSearcher
there is no explanation given for document addition in blog example ?
Can you please provide helping hand.
Thanks.
On Wed, Jan 29, 2014
Actually, the blog post should still apply: just insert ToParent to
rename things.
ToChildBlockJoinQuery is the same idea, but it joins in the reverse
direction, so e.g. if your index has CDs (parent docs) and individual
songs on those CDs (child docs), you can take a parent-level
constraint (e.g.
I just bulk updated, without sending email, all 22 still-open GSOC
issues from past years (with labels gsoc, gsoc2011, gsoc2012, etc.).
If anyone has any ideas for good Google Summer of Code projects, or
just a fun feature you wish Lucene had but don't have time yourself to
build it, please go ope
Hello Michael,
Can i get code snippet for this new classes: ToParentBlockJoinQuery,
ToChildBlockJoinQuery
and how to use it.
thanks
On Wed, Jan 29, 2014 at 2:22 AM, Michael McCandless
wrote:
> Sorry, BlockJoinQuery was split into two separate classes:
> ToParentBlockJoinQuery, ToChildBlockJoinQ
Sorry, BlockJoinQuery was split into two separate classes:
ToParentBlockJoinQuery, ToChildBlockJoinQuery.
Mike McCandless
http://blog.mikemccandless.com
On Wed, Jan 29, 2014 at 4:32 AM, Priyanka Tufchi
wrote:
> Subject: BlockJoinQuery is missing in lucene-4.1.0 .
> To: java-user@lucene.apache.
Hi,
Currently using lucene 4.6.1 in memory indexing but need to scale it for
big data
with billion/trillion rows indexing...Already we have cassandra as backend.
Please guide if there is big data solution which allows storing lucene
index in cassandra column families other than lucandra/solandra
Subject: BlockJoinQuery is missing in lucene-4.1.0 .
To: java-user@lucene.apache.org
Hello ,
I want to Search relational content which has parent child
relationship . I am following below link
http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html
but got problem in f
10 matches
Mail list logo