Re: Can I select dummy field(for count) from solr?

2014-12-10 Thread aadel
You can use Hits panel to display total query result count.

http://lucene.472066.n3.nabble.com/file/n4173504/02.png 

You can also use terms panel to display count (and even other aggregate
functions, such as min, max, mean, ...) for top N terms.

http://lucene.472066.n3.nabble.com/file/n4173504/04.png 

http://lucene.472066.n3.nabble.com/file/n4173504/43.png 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Can-I-select-dummy-field-for-count-from-solr-tp4168713p4173504.html
Sent from the Solr - User mailing list archive at Nabble.com.


Can I select dummy field(for count) from solr?

2014-11-11 Thread suhyunjeon
I want to show cumulative graph from banana framework(SiLK).
https://docs.lucidworks.com/display/SiLK/Banana

There is no cumulative graph so  I want to select count(*) from solr
collection like dummy field.

So then I am going to sum the field(count(*)) and show histogram graph.
Do you have idea? 

It does not work like this. (q = *:count(*))
http://lucene.472066.n3.nabble.com/file/n4168713/solr.png 

Help me please. 
Have a nice day!




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Can-I-select-dummy-field-for-count-from-solr-tp4168713.html
Sent from the Solr - User mailing list archive at Nabble.com.