Finding frequency of regex query match in a field

2010-01-15 Thread Altimatic
Hi All, I have an application that has to count the frequency that a specific regular expression is matched on a particular field for each document in an indexed directory. For example. Lets say I have 2 documents in the directory and each document has 3 fields, "table", "column" and "data".

Re: Finding frequency of regex query match in a field

2010-01-15 Thread Altimatic
I forgot to mention that I am using Lucene 3.0.0. -- View this message in context: http://old.nabble.com/Finding-frequency-of-regex-query-match-in-a-field-tp27175303p27175915.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---

Finding frequency of regex query match in a field

2010-01-15 Thread Altimatic
Hi All, I have an application that has to count the frequency that a specific regular expression is matched on a particular field for each document in an indexed directory. For example. Lets say I have 2 documents in the directory and each document has 3 fields, "table", "column" and "data".

Re: Finding frequency of regex query match in a field

2010-01-15 Thread Altimatic
t make sense to you? > > simon > > > On Fri, Jan 15, 2010 at 2:35 PM, Altimatic > wrote: >> >> Hi All, >> >> I have an application that has to count the frequency that a specific >> regular expression is matched on a particular field for each docum