-
(moved from https://code.google.com/p/solrnet/issues/detail?id=83 )
Enable multi-core support with same document type for the built-in container.
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=149 )
Support FastVectorHighlighter and its options, see http://wiki.apache.org/solr/HighlightingParameters#hl.fragListBuilder
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=147 )
ISolrCommand was not a good idea. It introduces an unnecesary abstraction that inverts control. Refactor to remove.
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=201 )
References:
- http://wiki.apache.org/solr/RealTimeGet
- http://solr.pl/en/2012/01/09/solr-4-0-realtime-get-2/
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=156 )
Map ILookup by default to a dynamic multivalued field, using the name as a prefix just like with dictionary mapping.
-
**Dependencies:**
```
```
**Registering module and setting servicelocator:**
```
builder.RegisterModule(new SolrNetModule(cores));
ServiceLocator.SetLocatorProvider…
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=173 )
Currently each IoC integration has its own way to define cores. Create a centralized,
unified model that makes IoC configuration …
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=197 )
Support `shards.info` / `shards.tolerant` in parameters and parse its response.
Reference:
- http://wiki.apache.org/solr/Distribu…
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=63 )
Figure out how to cleanly compose nested queries (see http://searchhub.org/2009/03/31/nested-queries-in-solr/ )
Workaround: compos…
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=125 )
I only used it as a base to implement the built-in container, other than that it serves no real purpose. Ditch it.
Provide a separ…