
|
If you were logged in you would be able to see more operations.
|
|
|
|
I am using solrsharp-1.2-07082007 - I have a dynamicField declared in my schema.xml file as
<dynamicField name="*_demo" type="text_ws" indexed="true" stored="true"/>
-but, if I try to add a field using my vb.net application
doc.Add("id_demo", s)
where is a string value, the document does fails
solrSearcher.SolrSchema.IsValidUpdateIndexDocument(doc)
MS
|
|
Description
|
I am using solrsharp-1.2-07082007 - I have a dynamicField declared in my schema.xml file as
<dynamicField name="*_demo" type="text_ws" indexed="true" stored="true"/>
-but, if I try to add a field using my vb.net application
doc.Add("id_demo", s)
where is a string value, the document does fails
solrSearcher.SolrSchema.IsValidUpdateIndexDocument(doc)
MS |
Show » |
|