RE: How to implement custom transform class

2022-10-18 Thread Teresa McMains
/pagination-of-results.html#performance-problems-with-deep-paging Enjoy On Mon, Oct 17, 2022 at 4:51 PM Teresa McMains wrote: > Hi. I have a client using solr version 5.5.x. We're using solr within > a third party application which calls a URL to return some documents > which it

How to implement custom transform class

2022-10-17 Thread Teresa McMains
Hi. I have a client using solr version 5.5.x. We're using solr within a third party application which calls a URL to return some documents which it will display on a web page. The URL has become ridiculously long and I would like to switch it to use a custom transformer and have read the documen

RE: query with quoted string unexpected results

2022-03-31 Thread Teresa McMains
succeed^5.0) ()", "explain": {}, "QParser": "ExtendedDismaxQParser", "altquerystring": null, "boost_queries": null, "parsed_boost_queries": [], "boostfuncs": null, "filter_queries": [

query with quoted string unexpected results

2022-03-30 Thread Teresa McMains
Hello all. I've been looking through some old questions and answers and didn't quite see what I was looking for. I have a client using a third party piece of software that leverages solr for some global-search type capabilities. The user can enter any search string and we want to return any do

Return formatted dates from solr query

2022-03-17 Thread Teresa McMains
Client has a date field which is stored in database as a date/time. The field is defined as follows in schema.xml: Where tdate is: Query is formatted as follows (this is shortened for ease of reading): '/solr/aml/select?q=TRANSACTION_REFERENCE_NUMBER%253A%2522${transactionReferenceNumb