Commit Graph

54 Commits (5db97a892856265737f67978a5175c36c46e5cee)

Author SHA1 Message Date
luccioman e115e57cc7 Reduced text snippet extraction processing time.
7 years ago
luccioman e6907fdab3 Added optional search parameter/setting to control content domain filter
7 years ago
luccioman 66cb9c4ff9 Added Solr filter queries for audio, video and application domains
7 years ago
luccioman 6a4d51d8f9 Cleaned up some Javadoc warnings.
8 years ago
Michael Peter Christen e063aaf97f enable fuzzy search, solr style (append a ~ to get a fuzzyness on the
8 years ago
luc 571bc55937 Refactoring : use StandardCharsets constants instead of hard-coded
9 years ago
reger 11f3666660 increase use of pre.defined CATCHALL_QUERY string
9 years ago
reger a58ee49307 Optimize internal imagequery focus on using content_type to select images
9 years ago
Michael Peter Christen c737ff235d in case that the include_string contains several entries including
9 years ago
reger 47e61f8325 fix typo in image filter query
10 years ago
Michael Peter Christen f5a032f293 split query into filter query and text query to get better ranking
10 years ago
Michael Peter Christen f9ba50379d added an expansion option to search facets on result page:
10 years ago
reger 9b0de2de64 introduce getQueryFields to return default query fields (queryparamter QF)
10 years ago
Michael Peter Christen f1032fb8fe more enhancements to image search in case that a restriction to a single
10 years ago
Michael Peter Christen 81f9b34da7 increaesed ability ot search for all images on a single server within
10 years ago
reger a6891ff7f8 fix Querygoal.parse exception on +/-null-term
10 years ago
reger e88537522d allow single quote " ' " in query
10 years ago
Michael Peter Christen 6e1dc444c3 added a snippet test function in ViewFile: you can now search for a
10 years ago
Michael Peter Christen b893c42a0f bugfix for image search
11 years ago
Michael Peter Christen cbdfef7ce1 changed protocol facet to show also all other counts if one facet is
11 years ago
Michael Peter Christen 0f6b72f24b do not use luke requests for remote solr servers if the result is
11 years ago
reger 97e84439fb adjusted ConfigHeuristic and changed QueryGoal.getOriginalQueryString to .getQueryString
11 years ago
reger abbf487023 fix QueryGoal Image query (missing space)
11 years ago
Michael Peter Christen ae55d69ef6 include/exclude size NPE fix (recently added)
11 years ago
Michael Peter Christen 2c39b65409 fixes for searches containing stopwords. The fix was done using a
11 years ago
orbiter 61409788eb less word hash computations (removing some overhead because of MD5
11 years ago
Michael Peter Christen 69b8d61c47 fix for search requests in GSA interface which contain 'funny'
11 years ago
reger 7b17cdf6dd add content_type:image/* to image search
11 years ago
Michael Peter Christen a2511b5600 turned images_alt_txt back to images_alt_sxt because it is not necessary
11 years ago
Michael Peter Christen 9e12fdff23 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen 049c3b3f2e added an option to exclude image search results from text search. This
11 years ago
Michael Peter Christen dc179bd61f fix for catchall query goal for image search
11 years ago
reger 392174de8c remove all_words, all_strings lists from QueryGoal
11 years ago
Michael Peter Christen 169ef8963d one more fix for image search
11 years ago
Michael Peter Christen cb85b22725 redesign of the image search process (with much better results,
11 years ago
reger 29967102a2 optimized QueryGoal (reducing mem and computation by removing all_hashes)
11 years ago
Roland Haeder 841a28ae76 Added 'final' for all exception blocks as this helps the Java compiler
11 years ago
Michael Peter Christen a2c8116a8f accept (but ignore) a '+' sign in front of search words
12 years ago
Michael Peter Christen cca19d94d4 re-declared some fields to be of type string rather than text which
12 years ago
Michael Peter Christen 3841854c97 abstraction of catchall term
12 years ago
Michael Peter Christen 97775fbebc fixed ranking for add-function queries: this did not work. The option
12 years ago
orbiter 940c6849ee enhanced did-you-mean (a bit): can now remember previously searched
12 years ago
Michael Peter Christen 9406a2e438 fixed NPE during index abstract computation
12 years ago
Michael Peter Christen addba047e2 changes in ranking computation
12 years ago
Michael Peter Christen 35fa718b77 testing to use solr for portalsearch caused some bugfixing but no full
12 years ago
Michael Peter Christen 91a0401d59 introduced a second core named 'webgraph'. This core will hold the link
12 years ago
Michael Peter Christen 0fe7b6fd3b migrated the index export methods from the old metadata to solr. Now
12 years ago
Michael Peter Christen 4a9182ae16 use the search configuration to default the cacheStrategy to the value
12 years ago
Michael Peter Christen cb5cbec14d distinguishing modified query string and original query string
12 years ago
Michael Peter Christen 8aa08261a7 update to Solr Boost handling
12 years ago