Re: Seeking a simple way to test my index.

2018-09-19 Thread Chip Calhoun
stion. Regards, Alex. On 19 September 2018 at 14:01, Chip Calhoun wrote: > I've got a Solr instance which crawls roughly 3,500 seed pages, depth of 1, > at 240 institutions, all but 1 of which I don't control. I recrawl once a > month or so. Naturally if one of the sites

Seeking a simple way to test my index.

2018-09-19 Thread Chip Calhoun
I've got a Solr instance which crawls roughly 3,500 seed pages, depth of 1, at 240 institutions, all but 1 of which I don't control. I recrawl once a month or so. Naturally if one of the sites I crawl changes, then I need to know to update my seed URLs. I've been checking this by hand, which was

RE: Terms not being indexed; not sure why

2017-05-26 Thread Chip Calhoun
>"parsedquery": "title:university", >"parsedquery_toString": "title:university", > > > maybe try re-indexing the document and see if that does it. even your > LowerCaseFilterFactoryisnt converting it to university. > > > On Tue, May 16, 2017 at 10:10

RE: Terms not being indexed; not sure why

2017-05-16 Thread Chip Calhoun
x. Best, Erick On Mon, May 15, 2017 at 1:17 PM, Susheel Kumar wrote: > Can you upload your schema to some site like dropbox etc. to look and send > the query which you are using and returning no results? > > Thanks, > Susheel > > On Mon, May 15, 2017 at 1:46 PM, Chip Calhoun w

Terms not being indexed; not sure why

2017-05-15 Thread Chip Calhoun
I'm creating a new Solr core to crawl a local site. We have a page on "University of Wisconsin--Madison", but a search for that name in any form won't appear within the first 10 results. the page is indexed, and I can search for it by filename. Termfreq(title) shows 0s for search terms which are

RE: Searching for strings

2011-07-19 Thread Chip Calhoun
tring...stopwords, synonyms, slop, etc. cheers, rob On Mon, Jul 18, 2011 at 5:25 PM, Chip Calhoun wrote: > Is there a way to search for a specific string using Solr, either by putting > it in quotes or by some other means?  I haven't been able to do this, but I > may be missing so

Searching for strings

2011-07-18 Thread Chip Calhoun
Is there a way to search for a specific string using Solr, either by putting it in quotes or by some other means? I haven't been able to do this, but I may be missing something. Thanks, Chip

RE: Getting started with Velocity

2011-07-06 Thread Chip Calhoun
0 name spellcheck while the normal search is using the following: explicit 10 . Just make sure you have those fields defined in browse also in your doc, otherwise change to not use dismax. :-) On Fri, Jul 1, 2011 at 12:51 P

Getting started with Velocity

2011-07-01 Thread Chip Calhoun
I'm a Solr novice, so I hope I'm missing something obvious. When I run a search in the Admin view, everything works fine. When I do the same search in http://localhost:8983/solr/browse , I invariably get "0 results found". What am i missing? Are these not supposed to be searching the same in

Velocity.properties trouble in Solr 1.4.0

2011-06-21 Thread Chip Calhoun
Hi everyone, I'm trying to get Velocity running in Solr 1.4.0, and I'm having a weird problem. When I navigate to http://localhost:8983/solr/itas , I get an error message which I'll paste to the end of this email. It says it can't find velocity.properties, despite the fact that I have this f