About 4,790,000 results
Open links in new tab
  1. javascript - How to pass query search keywords in solr-node client-side ...

    Mar 7, 2024 · Here, I use solr-client library in my client-side javascript and retrieve the query keyword by identifying the element id from my HTML. But these codes didn't work.

  2. javascript - How to develop a web UI for Apache Solr - Stack Overflow

    Jul 19, 2018 · Is there any open-source javascript/HTML client on how to use Apache Solr as a starting point? Maybe how to implement autocomplete features, index files, get search results, etc.

  3. Javascript SOLR URL Filter Query Parser - Stack Overflow

    Dec 6, 2023 · Javascript SOLR URL Filter Query Parser Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 116 times

  4. Solr DataImportHandler using ScriptTransformer: JavaScript ...

    Mar 16, 2024 · Note that the script processors and transformers written in javascript run on a javascript engine called Nashorn (by default as of java 8, until java 7 it was Rhino, and you can still specify …

  5. Performance degradation after solr upgrade to 9.8.0 from 9.3.0

    Mar 28, 2025 · We recently upgraded Solr from version 9.3 to 9.8.0 and have observed a significant performance degradation. The schema changes were made to ensure backward compatibility with …

  6. javascript - Apache Solr extract, highlight HTML elements based on ...

    Dec 13, 2020 · Update. (+18d) edited title and provided answer addressing original question. tl/dr I am indexing HTML pages and dumping the <p>...</p> content as a snippet for search query …

  7. javascript code execution problem at velocity response writer in SOLR ...

    The cause of the problem is SOLR-13982 issue. The new Content-Security-Policy directives added to response headers thru jetty.xml file, restricts java script codes to be executed at html files generated …

  8. javascript - Sort Apache SOLR search result - Stack Overflow

    Jun 18, 2018 · How I can sort the Apache SOLR search result by number of repeated words per sentence that I'm searching for. For example I'm searching for word THIS and in the first JSON …

  9. Javascript Solr (facet) query script not working correctly

    0 I'm using solr-client to perform a faceted Solr query, and the result of my javascript solr query script doesn't match what's listed in Solr. So in Solr, the query I've created is as below. This gives the …

  10. jquery - Solr/Javascript/Python: open source Solr UI with multiple ...

    Dec 10, 2010 · Are there any open source Solr UI's that support selecting multiple facet values ("OR" faceting)? For example allowing a user to select "red" or "blue" for the facet field "Color". I'd prefer …