how to add attributes to a field just like term's payload ?

2013-01-05 Thread wgggfiy
hello, as we know, we can add payload to a term, but whether can we add extra custom info into a field ? such the description of the field, which is the property shared by thd field of all documents. how to make it ? thx - -- Email: wuqiu.m...@qq.com

custom solr sort problem

2013-01-05 Thread Andy Yu
Hi, Maybe this is an old thread or maybe it's different with previous one. I want to custom solr sort and pass solr param from client to solr server, so I implemented SearchComponent which named MySortComponent in my code, and also implemented FieldComparatorSource and FieldComparator. when I u

Re: Terms.getSumTotalTermFreq() in Lucene 4.0

2013-01-05 Thread Michael McCandless
Hi, The next version won't have a fix for this unless someone opens an issue / posts a patch. Mike McCandless http://blog.mikemccandless.com On Fri, Jan 4, 2013 at 7:59 PM, 장용석 wrote: > Hello Mike. > Thanks for your reply. > > It's not an important issue. > I'll waiting for next release versio

Lucene for a linguistic corpus

2013-01-05 Thread Igor Shalyminov
Hello! I'm considering Lucene as an engine for linguistic corpus search. There's a feature in this search: each word is treated as ambiguuos - i.e., it has got multiple sets of grammatical annotations (there's a fixed maximum of these sets number - a word can have at most 8 parses). For an exam