Re: SolrJ | Add a date field to ContentStreamUpdateRequest

2012-12-30 Thread Yury Kats
On 12/30/2012 3:55 PM, uwe72 wrote: > but i can just add String values.i want to add Date objects?! You represent the Date as a String, in format Solr uses for dates: http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/schema/DateField.html

Re: SolrJ | Add a date field to ContentStreamUpdateRequest

2012-12-30 Thread Yury Kats
ile(pdfFile, "application/octet-stream"); >up.setParam("literal." + SolrConstants.ID, solrPDFId); > > Regards > Uwe > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrJ-Add-a-date-field-to-ContentStreamUpdateRequest-tp4029704.html > Sent from the Solr - User mailing list archive at Nabble.com. >

SolrJ | Add a date field to ContentStreamUpdateRequest

2012-12-30 Thread uwe72
Uwe -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-Add-a-date-field-to-ContentStreamUpdateRequest-tp4029704.html Sent from the Solr - User mailing list archive at Nabble.com.