Re: Schema Lint

2013-08-06 Thread Andy Lester
On Aug 6, 2013, at 9:55 AM, Steven Bower wrote: > Is there an easy way in code / command line to lint a solr config (or even > just a solr schema)? No, there's not. I would love there to be one, especially for the DIH. -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Email regular expression.

2013-07-30 Thread Andy Lester
ht" way to do it. Every approach you take will involve tradeoffs. Read up on this already well-discussed topic and decide what answer is best for you in your case. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Perl Solr help - doing *:* query

2013-07-09 Thread Andy Lester
On Jul 9, 2013, at 2:48 PM, Shawn Heisey wrote: > This is primarily to Andy Lester, who wrote the WebService::Solr module > on CPAN, but I'll take a response from anyone who knows what I can do. > > If I use the following Perl code, I get an error. What error do you get? Ne

Re: Solr Security

2013-06-24 Thread Andy Lester
ted you to do that a decade and a half ago > But either way, that's a pretty ridiculous solution. > I don't know of any other server product that disregards security so > willingly. Why are you wasting your time with such an inferior project? Perhaps ElasticSearch is

Re: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Andy Lester
pelling? Yes, definitely. Thanks for the ticket. I am looking at the effects of turning on spellcheck.onlyMorePopular to true, which reduces the number of collations it seems to do, but doesn't affect the underlying question of "is the spellchecker doing FQs properly?" Thank

Re: Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Andy Lester
le FQ and it becomes 62038ms. > But I think you're just setting maxCollationTries too high. You're asking it > to do too much work in trying teens of combinations. The results I get back with 100 tries are about twice as many as I get with 10 tries. That's a big difference to the user where it's trying to figure misspelled phrases. Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Andy Lester
ionTries and how many FQs are at the end. Am I doing something wrong? Do the collation internals not handle FQs correctly? The lookup/hit counts on filterCache seem to be increasing just fine. It will do N lookups, N hits, so I'm not thinking that caching is the problem. We'd really

Re: Any estimation for solr 4.3?

2013-05-02 Thread Andy Lester
ays "This is how the dev process works." -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Any estimation for solr 4.3?

2013-05-02 Thread Andy Lester
ewhere that describes the process set up? -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Any estimation for solr 4.3?

2013-05-02 Thread Andy Lester
e what is currently pending to go in 4.3? -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Any estimation for solr 4.3?

2013-05-02 Thread Andy Lester
On May 2, 2013, at 3:36 AM, "Jack Krupansky" wrote: > RC4 of 4.3 is available now. The final release of 4.3 is likely to be within > days. How can I see the Changelog of what will be in it? Thanks, xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Solr indexing

2013-04-18 Thread Andy Lester
othing of timezones. Solr expects everything is in UTC. If you want time zone support, you'll have to convert local time to UTC before importing, and then convert back to local time from UTC when you read from Solr. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Andy Lester
rsGroup page - this is a one-time step. Please add my username, AndyLester, to the approved editors list. Thanks. -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Importing datetime

2013-03-19 Thread Andy Lester
RCHAR would be sad. What you'll need to do is use a date formatting function in your SELECT out of the MySQL database to get the date into the format that MySQL likes. See https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_date-format xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: How can I limit my Solr search to an arbitrary set of 100,000 documents?

2013-03-12 Thread Andy Lester
people expect that their next search-within-a-list will have those new results. Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: [Beginner] wants to contribute in open source project

2013-03-11 Thread Andy Lester
o help on?) but I hope that you'll get some ideas. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

How can I limit my Solr search to an arbitrary set of 100,000 documents?

2013-03-08 Thread Andy Lester
lr * http://lucene.472066.n3.nabble.com/Filtered-search-for-subset-of-ids-td502245.html * http://lucene.472066.n3.nabble.com/Search-within-a-subset-of-documents-td1680475.html Thanks, Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: solr searchHandler/searchComponent for query statistics

2012-12-06 Thread Andy Lester
aggregate about queries over time? Or for giving statistics about individual queries, like time breakouts for benchmarking? For the latter, you want "debugQuery=true" and you get a raft of stats down in . xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: stopwords in solr

2012-11-27 Thread Andy Lester
yourself. There are not really any sensible defaults for stopwords, so Solr doesn't provide them. Just add them to the stopwords.txt and reindex your core. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Andy Lester
t we must have it in-house on our own servers, for monitoring internal dev systems, and we'd like it to be open source. We already have Cacti up and running, but it's possible we could use something else. -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Andy Lester
.cacti.net/viewtopic.php?f=12&t=19744&start=15 It looks promising although it doesn't monitor Solr itself. Suggestions? Thanks, Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

How do I best detect when my DIH load is done?

2012-11-19 Thread Andy Lester
interface that I should be using instead? Thanks, xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: DataImportHandler in Solr 1.4 bug?

2012-11-15 Thread Andy Lester
tchid} when I kick off the DIH like this: $url/dih?command=full-import&entity=titles&commit=true&batchid=47 At least that's how it works for me in 3.6 and 4.0. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Searchers, threads and performance

2012-11-13 Thread Andy Lester
"? Is that the same thing as saying that Solr can be processing n requests simultaneously? Thanks for any insight or even links to relevant pages. We've been Googling all over and haven't found answers to the above. Thanks, xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Searchers, threads and performance

2012-11-13 Thread Andy Lester
"? Is that the same thing as saying that Solr can be processing n requests simultaneously? Thanks for any insight or even links to relevant pages. We've been Googling all over and haven't found answers to the above. Thanks, Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Debugging DIH

2012-08-24 Thread Andy Lester
g in my index and 343 rows in my table. What is going on? -- H I don't see that you have anything in the DIH that tells what columns from the query go into which fields in the index. You need something like xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Solr Index problem

2012-08-23 Thread Andy Lester
do you see that? xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Bitmap field in solr

2012-08-23 Thread Andy Lester
k, I search for "classifications:3". If you want spiralbound large print, you'd search for "classifications:1 classifications:2". xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Holy cow do I love 4.0's admin screen

2012-08-23 Thread Andy Lester
ndexing status. However, it will still be necessary if I need to wait for indexing to complete in, for example, a Makefile or a script. xoxo Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Re: Solr makes long requests about once a minute

2012-08-08 Thread Andy Lester
arly, I'm entirely new to the whole JVM ecosystem. I'm coming from the world of Perl. Thanks, xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Solr makes long requests about once a minute

2012-08-08 Thread Andy Lester
ing? I'm currently scouring Google. Thanks, xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance