RE: solr query returns items with spaces removed

2020-07-29 Thread Teresa McMains
dle that on the client side if so… Best, Erick > On Jul 29, 2020, at 10:34 AM, Teresa McMains > wrote: > > _20_Instructions_And_Notes:def(INSTRUCTIONS,%22%22)

solr query returns items with spaces removed

2020-07-29 Thread Teresa McMains
I am sure I'm doing something silly. Basically it looks like my data is being altered upon search. This is my fieldType: I have a string field called "INSTRUCTIONS" using this field type that looks like this: ABC_D= PAYM

"Error creating core. No system property or default value specified for X"

2020-04-24 Thread Teresa McMains
Some events as background. I have made some changes to schema.xml to define a new field type and have a few string fields use this field type. [cid:image001.png@01D61A1C.F1D06060] I reloaded the core. Upon suggestion from this group, rather than just re-indexing (because it might not refresh al

RE: match string fields with embedded hyphens

2020-04-08 Thread Teresa McMains
umber search return nothing? Many many thanks. I'll get this some day, Teresa > > > On Apr 6, 2020, at 12:38 PM, Teresa McMains > > wrote: > > > > Erick, thank you so much for this. I'm going to try to implement with > > PatternReplaceCharFilterFacto

RE: match string fields with embedded hyphens

2020-04-06 Thread Teresa McMains
Erick, thank you so much for this. I'm going to try to implement with PatternReplaceCharFilterFactory as you recommended. What you mentioned about re-indexing from an empty state made sense to me (in terms of the observed behavior) but also surprised me. If I select "Clean" on the reindex, doe

match string fields with embedded hyphens

2020-04-03 Thread Teresa McMains
Forgive me if this is unclear, I am very much new here. I am working with a customer who needs to be able to query various account/customer ID fields which may or may not have embedded dashes. But they want to be able to search by entering the dashes or not and by entering partial values or no