CSV import & date modifying.

2009-12-16 Thread Felix Zimmermann
Hi,

 

when posting a CSV-file via curl to Solr, I´d like to convert a row with the
date format „30.12.2009“ (dd.mm.) into the date format accepted by Solr.
Is this possible?

 

Thanks for help

Felix.



limit rows by field

2010-04-13 Thread Felix Zimmermann
Hi,

for a preview of results, I need to display up to 3 documents per
category. Is it possible to limit the number of rows of solr response by
field-values? What I mean is:

rows: 9
-(sub)rows of "field:cat1" : 3
-(sub)rows of "field:cat2" : 3
-(sub)rows of "field:cat3" : 3

If not, is there a workaround or do I have to send three queries?

Thanks!
felix