yacy_search_server/source/net/yacy/search/query
reger 7b17cdf6dd add content_type:image/* to image search
- see numerous idx entries with content_type image without url_file_ext_s (for various reason) which should be included in result
- try it yourself with following sample query
   /solr/select?q=content_type:image/* AND -url_file_ext_s:[* TO *]&defType=edismax&fl=sku,url_file_ext_s,content_type

adresses also possible url without or deviating extension.
2013-11-07 03:11:03 +01:00
..
AccessTracker.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
HeuristicResult.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
QueryGoal.java add content_type:image/* to image search 2013-11-07 03:11:03 +01:00
QueryModifier.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
QueryParams.java removed unused initialization method 2013-10-07 23:51:28 +02:00
SearchEvent.java - fixed a problem which ocurred when a document was not recognized with 2013-10-23 00:16:54 +02: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