forked from collective/collective.solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
20 lines (19 loc) · 1.03 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TODOs:
* Migrate tests to use plone.app.testing
* Migrate control panel to use plone.autoform and plone.app.registry
* support for date facets
* result iterator (with __len__ on results object)
* support for "navtree" and "level" arguments for path queries
* provide decorator for solr exceptions
* add signal handlers (see store.py)
* add a configurable queue limit for large transactions
* mapping from accessor name to attribute name, i.e. getTitle -> title,
preferably via <copyField> tags in the solr schema
* evaluate http://www.gnuenterprise.org/~jcater/solr.py as a replacement
(also see http://tinyurl.com/2zcogf)
* evaluate sunburnet as a replacement https://pypi.python.org/pypi/sunburnt
* evaluat mysolr as backend https://pypi.python.org/pypi/mysolr
* implement LocalParams to have a nicer facet view http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams
* Use current search view and get rid of anicient search override
* Implement a push only and read only mode
* Play nice with eea.facetednavigation