Re: Questions developing custom functionquery

2013-10-21 Thread JT
I would agree the "right" way to do this is probably just add the information I wish to sort on directly, as a date field or something like that. The issue is we currently have ~300m documents that are already indexed. Not all of the fields have stored=true (for good reason, we maintain the docume

Re: Questions developing custom functionquery

2013-10-18 Thread Chris Hostetter
: Field-Type: org.apache.solr.schema.TextField ... : DocTermsIndexDocValues. : Calling "getVal()" on a Do

Re: Questions developing custom functionquery

2013-10-11 Thread JT
Hey Mikhail, Thanks for responding. Field: resourcename Field-Type: org.apache.solr.schema.TextField All 9 boxes checked (indexed, tokenized, stored). I have various other fields (including MD5-checksums) in my Schema. When I use a md5sum field (which is a field, but doesn't have spaces, forwa

Re: Questions developing custom functionquery

2013-10-10 Thread Mikhail Khludnev
Hello JT, what's is the field and fieldType definition for "resname" ? can't you check how '/some example/data/here/2013/09/12/ testing.text ' is handled on analysis page in SolrAdmin? On Fri, Oct 11, 2013 at 4:53 AM, Richard Lee wrote: > seems what u got is the terms other than the raw data.

Re: Questions developing custom functionquery

2013-10-10 Thread Richard Lee
seems what u got is the terms other than the raw data. maybe u should check the api docs for more details 2013-10-11 上午3:56于 "JT" 写道: > I'm running into some issues developing a custom functionquery. > > My goal is to be able to implement a custom sorting technique. > > I have a field defined call