Closed GoogleCodeExporter closed 9 years ago
Done:
- re-designed full-text index/search/filters using @FieldBridge annotations and
custom FieldBridge implementations, which allows for flexible and non-trivial
indexing, including adding child elements's keywords to parent's index, etc.
This is almost entirely done in Paxtools (paxtools-core).
- removed find* commands and methods; replaced with "search"
- pagination should work properly now;
- in addition, filter by datasource/organism internal implementation has
changed; it does not try first to match actually existing Provenance/BioSource
anymore, and, instead, it simply passes all filter values from user's query to
underlying method "as is"; this became possible as filters now use new
'organism' and 'datasource' index fields created using all datasource/organism
names and identifiers.
Original comment by rod...@gmail.com
on 25 Jan 2012 at 5:46
Original comment by rod...@gmail.com
on 5 Jan 2013 at 12:18
Original issue reported on code.google.com by
rod...@gmail.com
on 2 Nov 2011 at 5:15