Getting IndexWriterConfig details for a closed index

2014-04-21 Thread Ramprakash Ramamoorthy
anks and Regards, Ramprakash Ramamoorthy, Chennai.

Re: TieredMergePolicy and Doc ordering

2014-01-05 Thread Ramprakash Ramamoorthy
my search performance, because it's just write and retrieve in the same order in the use case. Hope, I'm making sense here. Thanks in advance. It's only for tie-breaks where Lucene falls back to its docID to break the > tie. > > Mike McCandless > > http://blog.m

TieredMergePolicy and Doc ordering

2014-01-03 Thread Ramprakash Ramamoorthy
earch results in perfect order of incremental IDs. In case non adjacent segments are merged, then there should be a change in order of the IDs right? Or am I missing something? -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India.

Associating a FieldValueFilter with a search query

2013-11-11 Thread Ramprakash Ramamoorthy
something basic here? Glad if you can help. Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India

Handling abrupt shutdown while indexing

2013-10-03 Thread Ramprakash Ramamoorthy
one hour once or when 1000 docs indexed) is the only way? Or am I missing something very basic? Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India.

Re: Strange behaviour of tokenizer with wildcard queries

2013-09-20 Thread Ramprakash Ramamoorthy
is not split.". So I guess it splits on the first > hyphen but not the second. > > ClassicAnalyzer/Tokenizer is general purpose and will never meet > everyone's requirement all the time. You could try a different > analyzer, or build your own. That's what the javadoc

Strange behaviour of tokenizer with wildcard queries

2013-09-20 Thread Ramprakash Ramamoorthy
ck-major*, *the document doesn't match. However searching for *block** works perfect. Is this a bug, or am I doing something wrong? -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India.

Strange behaviour of tokenizer with wildcard queries

2013-09-20 Thread Ramprakash Ramamoorthy
Hello, We're using lucene 4.1. We have the word "block-major-5" indexed. Using the classic analyzer, we get the following tokens : block and major-5. However, -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India.

Re: IndexUpgrade - Any ways to speed up?

2013-08-03 Thread Ramprakash Ramamoorthy
> one time process. > Thank you Shai, doing it right away :) Staying with an older version of lucene for a longer period of time has been a bad idea. > > Shai > > > On Fri, Aug 2, 2013 at 3:22 PM, Ramprakash Ramamoorthy < > youngestachie...@gmail.com> wrote: > >

Re: IndexUpgrade - Any ways to speed up?

2013-08-02 Thread Ramprakash Ramamoorthy
ward to migrate the older indices to be compatible. Thanks again. > > Shai > > > On Fri, Aug 2, 2013 at 2:49 PM, Ramprakash Ramamoorthy < > youngestachie...@gmail.com> wrote: > > > Team, > > > > We are migrating from lucene version 2.3.1 to 4

IndexUpgrade - Any ways to speed up?

2013-08-02 Thread Ramprakash Ramamoorthy
indices and modifying the headers, something of that sort)? We are not expecting any compaction during the process. Currently it takes 4 minutes for a GB of index to get migrated to 4.1 from 2.3.1. Any pointers would be appreciated. Thanks in advance. -- With Thanks and Regards, Ramprakash

TermsEnum close()

2013-06-10 Thread Ramprakash Ramamoorthy
() in the current version. Is it the TermsEnum and/or DocsEnum that is occupying namespaces? Is there a way to close the same? Please help. TIA. -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai, India

Faceting/Grouping over tokenized fields

2013-05-20 Thread Ramprakash Ramamoorthy
which I can facet on tokenized fields. Bobo-browse from LinkedIn is doing it, but I guess there is no active development happening over there, and is still compatible with Lucene 3.x. We are on Lucene 4.1. Your advice would help. TIA. -- With Thanks and Regards, Ramprakash Ramamoorthy, India.

Re: Find index version with an index reader

2013-05-14 Thread Ramprakash Ramamoorthy
t; -- > Ian. > > > On Mon, May 13, 2013 at 1:35 PM, Ramprakash Ramamoorthy > wrote: > > Team, > > > >We have three indices by three different versions of > lucene(2.3,3.6 > > and 4.1). Is there anyway I can identify which index belongs to which &g

Find index version with an index reader

2013-05-13 Thread Ramprakash Ramamoorthy
Team, We have three indices by three different versions of lucene(2.3,3.6 and 4.1). Is there anyway I can identify which index belongs to which version somehow programatically? Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, India. +91 9626975420

Get BitSet from Filter object in 4.1

2013-03-26 Thread Ramprakash Ramamoorthy
would help. Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, India, +91 9626975420

Re: WildCardTermEnum in Lucene 4.1

2013-03-25 Thread Ramprakash Ramamoorthy
Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -Original Message- > > From: Ramprakash Ramamoorthy [mailto:youngestachie...@gmail.com] > > Sent: Thursday, March 21, 2013 11:31 AM > > To: java-use

WildCardTermEnum in Lucene 4.1

2013-03-21 Thread Ramprakash Ramamoorthy
e base. I don't find this in 4.1 and did some googling, but in vein. May be some one can help with the equivalent of this WildCardTermEnum in 4.1? Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, India, +91 9626975420

Re: Migrate/Upgrade frommLucene 2.3

2013-03-12 Thread Ramprakash Ramamoorthy
-user-h...@lucene.apache.org > > -- With Thanks and Regards, Ramprakash Ramamoorthy, India +91 9626975420

Re: Migrate/Upgrade frommLucene 2.3

2013-03-12 Thread Ramprakash Ramamoorthy
On Mon, Mar 11, 2013 at 5:02 PM, Ramprakash Ramamoorthy < youngestachie...@gmail.com> wrote: > > > > On Mon, Mar 11, 2013 at 3:41 PM, Uwe Schindler wrote: > >> In that case, it should be fine. Otherwise you would need to reindex. >> >> Thank you Uwe. >

Re: Migrate/Upgrade frommLucene 2.3

2013-03-11 Thread Ramprakash Ramamoorthy
be glad if you can share some do's and dont's during migrating the > > > indices, which you have experienced before. > > > > > > Also, the 2.3 indices were written using a standard analyzer > > > then and the current indices will use stan

Re: Migrate/Upgrade frommLucene 2.3

2013-03-11 Thread Ramprakash Ramamoorthy
ese version. How about using the same in 4.1. Thanks in advance. > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Ramprakash Ramamoorthy [mailto:younges

Re: Split index and store

2013-03-07 Thread Ramprakash Ramamoorthy
ng), but it should be faster than doing two queries. > > Thanks > Emmanuel > > > 2013/3/5 Ramprakash Ramamoorthy > > > On Mon, Mar 4, 2013 at 11:26 PM, Emmanuel Espina > > wrote: > > > > > 100 terms in a boolean query is not so costly. You could wrap

Re: Split index and store

2013-03-05 Thread Ramprakash Ramamoorthy
s only the store part (Already uses Lucene41PostingsFormat though) and then unzip it as the user paginates(I could get the count and other meta from the index itself, store being needed only on pagination). Hope I was able to explain without an ambiguity. > > Thanks > Emmanuel > >

Re: Split index and store

2013-03-01 Thread Ramprakash Ramamoorthy
> > On Fri, Mar 1, 2013 at 9:51 AM, Ramprakash Ramamoorthy > wrote: > > Hello team, > > > > I have a query and I am explaining it as below. > > > > Objective : To split index and store, and combine it during query time > > > > Approach

Re: Grouping without block indexing

2013-02-24 Thread Ramprakash Ramamoorthy
On Fri, Feb 22, 2013 at 12:45 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Thu, Feb 21, 2013 at 8:23 AM, Ramprakash Ramamoorthy > wrote: > > >> Can you give an example of what you mean by multi-level grouping? > > > > Say for instance

Re: Grouping without block indexing

2013-02-21 Thread Ramprakash Ramamoorthy
On Thu, Feb 21, 2013 at 6:13 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Thu, Feb 21, 2013 at 6:52 AM, Ramprakash Ramamoorthy > wrote: > > On Wed, Feb 20, 2013 at 11:11 PM, Michael McCandless < > > luc...@mikemccandless.com> wrote: > > >

Re: Grouping without block indexing

2013-02-21 Thread Ramprakash Ramamoorthy
e? > > Mike McCandless > > http://blog.mikemccandless.com > > On Wed, Feb 20, 2013 at 2:23 AM, Ramprakash Ramamoorthy > wrote: > > Dear all, > > > > I read from this page > > http://lucene.apache.org/core/4_1_0/grouping/index.html that, grouping > is > > po

Re: Grouping and tokens

2013-02-19 Thread Ramprakash Ramamoorthy
quot;. > > Yeah, yeah Jack, understood. That was what I meant. > > -- Jack Krupansky > > -Original Message- From: Ramprakash Ramamoorthy > Sent: Tuesday, February 19, 2013 1:07 AM > > To: java-user@lucene.apache.org > Subject: Re: Grouping and tokens > > O

Re: Grouping and tokens

2013-02-19 Thread Ramprakash Ramamoorthy
ne.apache.org > Subject: Re: Grouping and tokens > > Okay, so, fields that would normally need to be tokenized must be stored as > both raw strings for grouping and tokenized text for keyword search. Simply > use copyField to copy from one to the other. > > -- Jack Krupansky >

Re: Grouping and tokens

2013-02-18 Thread Ramprakash Ramamoorthy
gray" and the user searches for "shades". The result turns up in case the field is tokenized. But here it doesn't, since it isn't tokenized. Hope I am clear? In a nutshell, how do I use a groupby on a field that is also tokenized? > > -- Jack Krupansky > > -O

Re: Strange behavior of term queries with StoredFields - 4.1

2013-02-12 Thread Ramprakash Ramamoorthy
e I come across another interesting solution. > > > -- > Ian. > > > On Tue, Feb 12, 2013 at 10:56 AM, Ramprakash Ramamoorthy > wrote: > > Ian and et al, > > > >Just a doubt. Now that I have to index and store(disk space is a > > constraint

Re: Strange behavior of term queries with StoredFields - 4.1

2013-02-12 Thread Ramprakash Ramamoorthy
I go about this? On Mon, Feb 11, 2013 at 8:43 PM, Ian Lea wrote: > Yes, that looks fine. As far as I'm aware the compression is low > level and transparent to user code. > > > -- > Ian. > > > On Mon, Feb 11, 2013 at 2:59 PM, Ramprakash Ramamoorthy > wrote:

Re: Strange behavior of term queries with StoredFields - 4.1

2013-02-11 Thread Ramprakash Ramamoorthy
.add(new Field("published", b.getPublished(), fieldType)); This means that my docs will be indexed and stored in the compressed format? Hope I am right this time? Thanks Ian. > > > -- > Ian. > > > > On Mon, Feb 11, 2013 at 12:53 PM, Ramprakash Ramamoorthy >

Re: Multiple faceting in lucene

2013-01-31 Thread Ramprakash Ramamoorthy
axonomyReader to label the ordinals of each pair and return the table. > That will work as long as the cardinality of 'a' and 'b' is sane :-) > > Shai > > Thank you Shai, I was able to achieve it roundabout. I read this > blog<http://shaierera.blo

Re: Inner join in lucene

2013-01-21 Thread Ramprakash Ramamoorthy
he same > value in those fields. > > Have other more experienced comment though before you start implementing > it. > > Thank you Apostolis, That is definitely giving me some headstarts. Will check with this and also update this thread, when I infer. > > 2013/1

Re: Pulling lucene 4.1

2013-01-04 Thread Ramprakash Ramamoorthy
h_4x/> > > >> ). > > >> > > >> Note that Lucene maintains two active branches for development: > 'trunk' > > >> (currently to be 5.0) and '4x' off of which all Lucene 4.x releases > are > > >> created. > > >> >

Re: Separating the document dataset and the index dataset

2012-12-11 Thread Ramprakash Ramamoorthy
Tel.: +49 421 218 65595 > Fax: +49 421 218 65505 > http://www.pangaea.de/ > E-mail: uschind...@pangaea.de > > > > -Original Message- > > From: Ramprakash Ramamoorthy [mailto:youngestachie...@gmail.com] > > Sent: Tuesday, December 11, 2012 11:36 AM > >

Re: Separating the document dataset and the index dataset

2012-12-11 Thread Ramprakash Ramamoorthy
jpountz.net/post/33247161884/efficient-compressed-stored-f > > > ields-with-lucene > > > > > > Regards, > > > Rahul > > > > > > > Thank you Rahul. That indeed seems promising. Just one doubt, how do I > > plug this CompressingStoredFields

Re: Separating the document dataset and the index dataset

2012-12-11 Thread Ramprakash Ramamoorthy
Rahul. That indeed seems promising. Just one doubt, how do I plug this CompressingStoredFieldsFormat into my app, as in I tried bundling it in a codec, but not sure if I am proceeding in the right path. Any pointers would be of great help! > > > -----Original Message- > From:

Re: Using Lucene 2.3 indices with Lucene 4.0

2012-12-07 Thread Ramprakash Ramamoorthy
was fixed. > (2) Use StandardAnalyzer with Version_23 rather than Version_40. > > Cheers, > Clive > > Thank you Chive. That definitely helped! > > ____ > From: Ramprakash Ramamoorthy > To: java-user@lucene.apache.org > Sent: Tuesday, N

Re: Using Lucene 2.3 indices with Lucene 4.0

2012-11-20 Thread Ramprakash Ramamoorthy
On Tue, Nov 20, 2012 at 5:42 PM, Danil Ε’ORIN wrote: > Ironically most of the changes are in unicode handling and standard > analyzer ;) > Ouch! It hurts then ;) > > On Tue, Nov 20, 2012 at 12:31 PM, Ramprakash Ramamoorthy < > youngestachie...@gmail.com> wrote: > &g

Re: Using Lucene 2.3 indices with Lucene 4.0

2012-11-20 Thread Ramprakash Ramamoorthy
x to 4.x, but should work > > fine as far as I know. > > > > > > -- > > Ian. > > > Thank you Ian, this is giving me some head starts. > > > > > > On Tue, Nov 20, 2012 at 10:16 AM, Ramprakash Ramamoorthy < > > youngestachie...@gmail.com> wrote:

Re: Negative query issue

2012-09-08 Thread Ramprakash Ramamoorthy
being met. > > Here's an interesting blog you might want to read: > http://searchhub.org/dev/2011/12/28/why-not-and-or-and-not/ > > Best > Erick > > On Wed, Sep 5, 2012 at 8:24 AM, Ramprakash Ramamoorthy > wrote: > > Take a look at this query : > > > > -HO