- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MatchAllQueryCommand (0.69 sec)
-
src/main/java/org/codelibs/fess/query/MatchAllQueryCommand.java
/** * Query command for match all documents query. */ public class MatchAllQueryCommand extends QueryCommand { /** * Default constructor. */ public MatchAllQueryCommand() { super(); } private static final Logger logger = LogManager.getLogger(MatchAllQueryCommand.class); @Override protected String getQueryClassName() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/resources/fess_query.xml
</component> <component name="fuzzyQueryCommand" class="org.codelibs.fess.query.FuzzyQueryCommand"> <postConstruct name="register"></postConstruct> </component> <component name="matchAllQueryCommand" class="org.codelibs.fess.query.MatchAllQueryCommand"> <postConstruct name="register"></postConstruct> </component> <component name="phraseQueryCommand" class="org.codelibs.fess.query.PhraseQueryCommand">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 19 03:54:52 UTC 2022 - 1.8K bytes - Viewed (0)