Need Help In code

2014-01-29 Thread Priyanka Tufchi
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

BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
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

Re: Result Group Ordering

2014-01-29 Thread Marcio Napoli
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

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
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

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Michael McCandless
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.

Google Summer of Code 2014

2014-01-29 Thread Michael McCandless
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

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
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

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Michael McCandless
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.

Lucene storage in cassandra possible solution ???

2014-01-29 Thread Naresh Yadav
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

Fwd: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
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