DIH render html entities

2011-05-27 Thread anass talby
Is there any way to render html entities in DIH for a specific field? Thanks -- Anass

Re: DIH render html entities

2011-05-27 Thread anass talby
Sorry my question was not clear. when I get data from database, some field contains some html special chars, and what i want to do is just convert them automatically. On Fri, May 27, 2011 at 1:00 PM, Gora Mohanty g...@mimirtech.com wrote: On Fri, May 27, 2011 at 3:50 PM, anass talby anass.ta

Re: copyField of dates unworking?

2011-05-26 Thread anass talby
it seems like reserved key words can't be used as field names did you try to changes your date field name? On Thu, May 26, 2011 at 9:54 PM, Jack Repenning jrepenn...@collab.netwrote: Are there some sort of rules about what sort of fields can be copyFielded into other fields? My schema has

commit configuration

2011-05-26 Thread anass talby
Hi, I'm using DIH and want to perform commits each N processed document, how can I do this? thanks in advance -- Anass

Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
Hi, I'm new in solr and would like to index documents that have complex multivalued fields. I do want to do something like: doc id1/id car car_id1/car_id car_colorred/car_color /car car car_id2/car_id car_colorgreen/car_color /car ... /doc ... How can i

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
/search_across_related_correlated_multivalue_fields_in_solr#1f66876c782c78d5 -- Renaud Delbru On 23/05/11 14:40, anass talby wrote: Hi, I'm new in solr and would like to index documents that have complex multivalued fields. I do want to do something like: doc id1/id car car_id1/car_id

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
, anass talby anass.ta...@gmail.com wrote: Hi, I'm new in solr and would like to index documents that have complex multivalued fields. I do want to do something like: doc id1/id car car_id1/car_id car_colorred/car_color /car car car_id2/car_id