-
Add hyperlink of the search results to the corresponding page in WIMP. Related to https://github.com/themousepotato/wimp/issues/8
-
@icyflame You may wish to work on this. Once the UI is revamped a bit, we can launch/relaunch this.
-
Create the basic component that will act as a container for the entire dashboard. Use the below link as inspiration: https://www.uplabs.com/posts/stripe-dashboard-redesign
Specifically, this contai…
-
https://github.com/metakgp/kakashi/blob/master/subjects.json
-
Here's a patch that disables Similiarty.coord() in the scoring of most
automatically generated boolean queries. The coord() score factor is
appropriate when clauses are independently specified by a u…
-
Allows specific boosting per field, e.g. +(name:foo^1 description:foo^0.1).
Went from String[] field to MultiFieldQueryParser.FieldSetting[] field in constructor.
---
Migrated from [LUCENE-544](ht…
-
In MultiFieldQueryParser the two methods
protected Query getFuzzyQuery(String field, String termStr, float minSimilarity) throws ParseException
protected Query getWildcardQuery(String field, Str…