Issue Details (XML | Word | Printable)

Key: SOLR-304
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Jeff Rodenburg
Reporter: Jeff Rodenburg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Solr

Dynamic fields cause IsValidUpdateIndexDocument to fail

Created: 16/Jul/07 02:07 PM   Updated: 18/Jul/07 05:38 AM  Due: 18/Jul/07
Return to search
Component/s: clients - C#
Affects Version/s: 1.2
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jeff Rodenburg added a comment - 18/Jul/07 05:38 AM
Support for evaluation of dynamic fields in IsValidUpdateIndexDocument has been added to source. The code revision may be obtained from http://solrstuff.org/svn/solrsharp.