yacy_search_server/source/net/yacy/search/query
reger 26e9d7e066 fix NPE in IndexControlRWIs_p.html
- metatags my be null
Caused by: java.lang.NullPointerException
	at net.yacy.search.query.QueryParams.getFacets(QueryParams.java:445)
	at net.yacy.search.query.QueryParams.getBasicParams(QueryParams.java:400)
	at net.yacy.search.query.QueryParams.solrTextQuery(QueryParams.java:345)
	at net.yacy.search.query.QueryParams.solrQuery(QueryParams.java:334)
	at net.yacy.search.query.SearchEvent.<init>(SearchEvent.java:290)
	at net.yacy.search.query.SearchEventCache.getEvent(SearchEventCache.java:176)
	at IndexControlRWIs_p.genSearchresult(IndexControlRWIs_p.java:641)
	at IndexControlRWIs_p.respond(IndexControlRWIs_p.java:141)
2013-12-29 08:05:37 +01:00
..
AccessTracker.java write solr searches to search log 2013-12-29 01:25:44 +01:00
HeuristicResult.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
QueryGoal.java include/exclude size NPE fix (recently added) 2013-11-26 11:47:04 +01:00
QueryModifier.java add patch which shall prevent that naive search mistakes like usage of 2013-12-27 00:34:55 +01:00
QueryParams.java fix NPE in IndexControlRWIs_p.html 2013-12-29 08:05:37 +01:00
SearchEvent.java counting search requests in solr interface 2013-12-12 03:37:19 +01:00
SearchEventCache.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
SearchEventType.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
SecondarySearchSuperviser.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00