Auto-Suggest within Tier Architecture

2020-02-03 Thread Moyer, Brett
Hello, Looking to see how others accomplished this goal. We have a 3 Tier architecture, Solr is down deep in T3 far from the end user. How do you make Auto-Suggest calls from the Internet Browser through the Tiers down to Solr in T3? We essentially created steps down each tier, but I'm

RE: Odd Edge Case for SpellCheck

2019-11-25 Thread Moyer, Brett
at the end of the indexed side of the page. Best, Erick > On Nov 25, 2019, at 4:02 PM, Moyer, Brett wrote: > > Yes we are stemming, ahh so we shouldn't stem our words to be spelled? > > Brett Moyer > > -Original Message- > From: Jörn Franke > Sent: Friday

RE: Odd Edge Case for SpellCheck

2019-11-25 Thread Moyer, Brett
:23 schrieb Moyer, Brett : > > Hello, we have spellcheck running, using the index as the dictionary. An odd > use case came up today wanted to get your thoughts and see if what we > determined is correct. Use case: User sends a query for q=brokerage, > spellcheck fires and returns &q

Odd Edge Case for SpellCheck

2019-11-22 Thread Moyer, Brett
Hello, we have spellcheck running, using the index as the dictionary. An odd use case came up today wanted to get your thoughts and see if what we determined is correct. Use case: User sends a query for q=brokerage, spellcheck fires and returns "brokerage". Looking at the output I see that solr

RE: Facet Advice

2019-10-15 Thread Moyer, Brett
907 bmo...@tiaa.org -Original Message- From: Shawn Heisey Sent: Tuesday, October 15, 2019 5:40 AM To: solr-user@lucene.apache.org Subject: Re: Facet Advice On 10/14/2019 3:25 PM, Moyer, Brett wrote: > Hello, looking for some advice, I have the suspicion we are doing Facets all > wro

Facet Advice

2019-10-14 Thread Moyer, Brett
Hello, looking for some advice, I have the suspicion we are doing Facets all wrong. We host financial information and recently "tagged" our pages with appropriate Facets. We have built a Flat design. Are we going at it the wrong way? In Solr we have a "Tags" field, based on some magic we

RE: Indexed Data Size

2019-08-13 Thread Moyer, Brett
very 8625 Andrew Carnegie Blvd | 4th floor Charlotte, NC 28263 Tel: 704.988.4508 Fax: 704.988.4907 bmo...@tiaa.org -Original Message- From: Shawn Heisey Sent: Friday, August 9, 2019 2:25 PM To: solr-user@lucene.apache.org Subject: Re: Indexed Data Size On 8/9/2019 12:17 PM, Moyer, Brett w

RE: Indexed Data Size

2019-08-09 Thread Moyer, Brett
/2019 6:12 AM, Moyer, Brett wrote: > Thanks! We update each index nightly, we don’t clear, but bring in New and > Deltas, delete expired/404. All our data are basically webpages, so none are > very large. Some PDFs but again not too large. We are running Solr 7.5, > hopefully yo

RE: Indexed Data Size

2019-08-09 Thread Moyer, Brett
is made up of multiple files. .fdt for instance contains stored data. See: https://lucene.apache.org/core/6_6_0/core/org/apache/lucene/codecs/lucene62/package-summary.html Can you give us a long listing of one of your index directories? Best, Erick > On Aug 8, 2019, at 5:17 PM, Moyer, Br

RE: modify query response plugin

2019-08-08 Thread Moyer, Brett
Highlight? What about using the Highlighter? https://lucene.apache.org/solr/guide/6_6/highlighting.html Brett Moyer Manager, Sr. Technical Lead | TFS Technology Public Production Support Digital Search & Discovery 8625 Andrew Carnegie Blvd | 4th floor Charlotte, NC 28263 Tel: 704.988.4508

Indexed Data Size

2019-08-08 Thread Moyer, Brett
In our data/solr//data/index on the filesystem, we have files that go back 1 year. I don’t understand why and I doubt they are in use. Files with extensions like fdx,cfe,doc,pos,tip,dvm etc. Some of these are very large and running us out of server space. Our search indexes themselves are not

Solr spellcheck Collation JSON

2019-04-07 Thread Moyer, Brett
Hello, Looks like a more recent Solr release introduced a bug for collation. Does anyone know of a way to correct it, or if a future release will address? Because of this change we had to make the app teams rewrite their code. Made us look bad because we can't control our code and

RE: IRA or IRA the Person

2019-04-01 Thread Moyer, Brett
om/watch?v=4fMZnunTRF8 | Slides: https://www.slideshare.net/treygrainger/how-to-build-a-semantic-search-system All the best, Trey Grainger Chief Algorithms Officer @ Lucidworks On Mon, Apr 1, 2019 at 11:45 AM Moyer, Brett wrote: > Hello, > > Looking for ideas on how to determine intent and d

IRA or IRA the Person

2019-04-01 Thread Moyer, Brett
Hello, Looking for ideas on how to determine intent and drive results to a person result or an article result. We are a financial institution and we have IRA's Individual Retirement Accounts and we have a page that talks about an Advisor, IRA Black. Our users are in a bad

RE: FieldTypes and LowerCase

2019-03-14 Thread Moyer, Brett
apache.org Subject: Re: FieldTypes and LowerCase CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 3/14/2019 8:49 AM, Moyer, Brett wrote: > Thanks Shawn, " Analysis only ha

RE: FieldTypes and LowerCase

2019-03-14 Thread Moyer, Brett
This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 3/14/2019 7:47 AM, Moyer, Brett wrote: > I'm using the below FieldType/Field but when I index my documents, the URL is > not being

FieldTypes and LowerCase

2019-03-14 Thread Moyer, Brett
I'm using the below FieldType/Field but when I index my documents, the URL is not being lower case. Any ideas? Do I have the below wrong? Example: http://connect.rightprospectus.com/RSVP/TADF Expect: http://connect.rightprospectus.com/rsvp/tadf Brett Moyer

RE: URL Case Sensitive/Insensitive

2018-12-11 Thread Moyer, Brett
though, the returned data is still the original case since it's the stored data that's returned. Best, Erick On Tue, Dec 11, 2018 at 8:38 AM Moyer, Brett wrote: > > Hello, I'm new to Solr been using it for a few months. A recent question came > up from our business partners about URL casin

URL Case Sensitive/Insensitive

2018-12-11 Thread Moyer, Brett
Hello, I'm new to Solr been using it for a few months. A recent question came up from our business partners about URL casing. Previously their URLs were upper case, they made a change and now all lower. Both pages/URLs are still accessible so there are duplicates in Solr. They are requesting