-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array support #32
Comments
Currently properties of type IEnumerable are supported. To support more specific collections and arrays, changes will be required in FieldMappingInfoBuilder:58 and CollectionReflectionFieldMapper. Test cases can be added to FieldMappingInfoBuilderCollectionComplexTypeTests and/or FieldMappingInfoBuilderCollectionTests. I'll keep this open until I get to it, or you can submit a PR if you'd like to see support sooner. |
Thank you for fast response. |
You can test for the presence of a single value as in:
There is not currently a way to do an intersection with an arbitrary number of terms and I don't think Lucene supports this concept natively anyway. At best the LINQ library would probably have to transform |
This thing actually fails for |
Moreover, there is not way I can ignore this property :(
|
Are array properties supported? Seems no.
Lucene supports multiple field instances with the same name for a single doc. Is this feature supported in Lucene.Net.Linq?
The text was updated successfully, but these errors were encountered: