yacy_search_server/source/net/yacy/search
Michael Peter Christen 65125439fe added query modifier 'on'. This makes it possible to search for date
occurrences within the (web) page documents (not the document
last-modified!). This works only if the solr field dates_in_content_sxt
is enabled. A search request may then have the form "term on:<date>",
like
gift on:24.12.2014
gift on:2014/12/24
* on:2014/12/31
For the date format you may use any kind of human-readable date
representation(!yes!) - the on:<date> parser tries to identify language
and also knows event names, like:
bunny on:eastern
.. as long as the date term has no spaces inside (use a dot). Further
enhancement will be made to accept also strings encapsulated with
quotes.
2014-12-16 13:53:12 +01:00
..
index reactivated on-demand snapshot loading 2014-12-16 12:09:57 +01:00
query added query modifier 'on'. This makes it possible to search for date 2014-12-16 13:53:12 +01:00
ranking refactore URIMetadataNode to further unify interaction with index 2014-04-20 01:41:30 +02:00
schema Added and integrated new date detection class which can identify date 2014-12-14 13:40:45 +01:00
snippet skip unused call parameter for hashSentence() 2014-11-30 19:42:33 +01:00
EventTracker.java fix for long periods in timeline 2014-07-02 11:29:50 +02:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
ResourceObserver.java NPE fix for postprocessing without term index 2014-06-04 12:28:28 +02:00
Shutdown.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
Switchboard.java Added and integrated new date detection class which can identify date 2014-12-14 13:40:45 +01:00
SwitchboardConstants.java added high-precision scheduler for API processes. This allows also to 2014-11-14 10:02:50 +01:00