Re: Can files be faceted based on their size ?

2011-11-25 Thread Erick Erickson
s in FileListEntityProcessor api , fileSize has been > defined of type string. That means we can not apply facet.range on fileSize. > Am I right? > Thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Can-files-be-faceted-based-on-their-size-t

Re: Can files be faceted based on their size ?

2011-11-22 Thread neuron005
ot apply facet.range on fileSize. Am I right? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Can-files-be-faceted-based-on-their-size-tp3518393p3529923.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can files be faceted based on their size ?

2011-11-20 Thread Erick Erickson
so can you re-index these as one of the Trie* types? Best Erick On Sat, Nov 19, 2011 at 3:35 AM, neuron005 wrote: > But sir > fileSize is of type string, how will it compare? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Can-files-be-faceted-base

Re: Can files be faceted based on their size ?

2011-11-19 Thread neuron005
But sir fileSize is of type string, how will it compare? -- View this message in context: http://lucene.472066.n3.nabble.com/Can-files-be-faceted-based-on-their-size-tp3518393p3520569.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can files be faceted based on their size ?

2011-11-18 Thread Ahmet Arslan
> *Can fileSize be faceted? *I tried to > facet them, but fileSize is of type > string and can not be faceted. > I want to facet my doc and pdf files according to their > size. I can > calculate file Size but they are of type string. > What should I do in order to achieve that? > Thanks in advance