Add solr search support to base marketplace application
Added dynamic Solr support to the Marketplace API using the 'q' query
string param and a service that consumes it. Currently, cache is
disabled on text searches to more quickly enable functionality. This
will be taken as technical debt and documented on GitHub.
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
parent
50057918
No related branches found
No related tags found
Showing
- README.md 3 additions, 0 deletionsREADME.md
- config/mpc_dev/conf/elevate.xml 31 additions, 0 deletionsconfig/mpc_dev/conf/elevate.xml
- config/mpc_dev/conf/lang/stopwords_en.txt 54 additions, 0 deletionsconfig/mpc_dev/conf/lang/stopwords_en.txt
- config/mpc_dev/conf/mapping-ISOLatin1Accent.txt 246 additions, 0 deletionsconfig/mpc_dev/conf/mapping-ISOLatin1Accent.txt
- config/mpc_dev/conf/protwords.txt 7 additions, 0 deletionsconfig/mpc_dev/conf/protwords.txt
- config/mpc_dev/conf/schema.xml 341 additions, 0 deletionsconfig/mpc_dev/conf/schema.xml
- config/mpc_dev/conf/schema_8.x.xml 446 additions, 0 deletionsconfig/mpc_dev/conf/schema_8.x.xml
- config/mpc_dev/conf/schema_extra_fields.xml 23 additions, 0 deletionsconfig/mpc_dev/conf/schema_extra_fields.xml
- config/mpc_dev/conf/schema_extra_types.xml 30 additions, 0 deletionsconfig/mpc_dev/conf/schema_extra_types.xml
- config/mpc_dev/conf/solrconfig.xml 1641 additions, 0 deletionsconfig/mpc_dev/conf/solrconfig.xml
- config/mpc_dev/conf/solrconfig_extra.xml 80 additions, 0 deletionsconfig/mpc_dev/conf/solrconfig_extra.xml
- config/mpc_dev/conf/solrcore.properties 20 additions, 0 deletionsconfig/mpc_dev/conf/solrcore.properties
- config/mpc_dev/conf/stopwords.txt 4 additions, 0 deletionsconfig/mpc_dev/conf/stopwords.txt
- config/mpc_dev/conf/synonyms.txt 3 additions, 0 deletionsconfig/mpc_dev/conf/synonyms.txt
- config/mpc_dev/core.properties 6 additions, 0 deletionsconfig/mpc_dev/core.properties
- pom.xml 1 addition, 6 deletionspom.xml
- src/main/java/org/eclipsefoundation/core/config/RoleAugmentor.java 10 additions, 8 deletions...java/org/eclipsefoundation/core/config/RoleAugmentor.java
- src/main/java/org/eclipsefoundation/core/helper/ResponseHelper.java 4 additions, 0 deletions...ava/org/eclipsefoundation/core/helper/ResponseHelper.java
- src/main/java/org/eclipsefoundation/core/model/RequestWrapper.java 20 additions, 9 deletions...java/org/eclipsefoundation/core/model/RequestWrapper.java
- src/main/java/org/eclipsefoundation/core/namespace/DefaultUrlParameterNames.java 52 additions, 0 deletions...sefoundation/core/namespace/DefaultUrlParameterNames.java
Loading
Please register or sign in to comment