Re: Nonsensical Solr Relevancy Score

2009-09-11 Thread Matthew Runo
I'd actually like to see a detailed wiki page on how all the parts of a score are actually calculated and inter-related, but I'm not knowledgeable enough to write it =\ Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Sep 9, 200

Min/Max for a numeric field?

2009-11-19 Thread Matthew Runo
t on price and then loop through the values to find the min and max -- but it seems like there's a better way out there. Is there a way to get a min and max for a given field, in one solr call? --Matthew Runo

Re: What does this error mean?

2009-11-27 Thread Matthew Runo
It means that there was 2 warming searchers, and then a commit came in and caused a third to try to warm up at the same time. Do you use any warming queries, or have large caches? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Nov 27, 2009

Solr Admin XPath

2009-12-02 Thread Matthew Runo
G.error("Failed to parse solr stats output", e); } This doesn't throw any errors, and the XPath works just fine in /any/ XPath tester I try... except Java. Any tips? I have a feeling this is something obvious that I'm missing =\ Thanks for your time! Matthew Runo S

Re: Multiple Update servers

2008-07-29 Thread Matthew Runo
As far as I know only one machine can write to an index at a time. More than that and I got corrupted indexes. Thanks! Matthew Runo Software Developer Zappos.com 702.943.7833 On Jul 28, 2008, at 11:25 AM, Rakesh Godhani wrote: Hi, we are currently evaluating Solr and have been browsing

Bug in admin center JSP?

2008-08-12 Thread Matthew Runo
Hello! I've noticed that the admin center of SVN head seems to report two open searches recently, though they appear to be the same searcher.. Example: name:[EMAIL PROTECTED] main class: org.apache.solr.search.SolrIndexSearcher version:1.0 description:index searcher stats:

Re: Bug in admin center JSP?

2008-08-12 Thread Matthew Runo
Ah, that makes sense. I just wanted to point it out in case it wasn't intentional since it wasn't apparent from the front end as to why they were listed twice. Thanks for taking a moment to reply =) Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Au

Synonyms help in 1.3-HEAD?

2008-08-14 Thread Matthew Runo
the ones that are shorter work, while the longer lists don't. I'm at a loss as to why though.. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833

Re: Synonyms help in 1.3-HEAD?

2008-08-14 Thread Matthew Runo
Thank you for your suggestion, I really don't see anything 'wrong' with the longer lists.. I entered https://issues.apache.org/jira/browse/SOLR-702 for this issue, and attached relevant files. If you need anything more, don't hesitate to contact me! Thanks for your

Synonyms with spaces not working

2008-08-18 Thread Matthew Runo
rs to be before the tokenizer. Something's still wrong though... any help would be most appreciated! Thank you for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833

Deadlock in lucene?

2008-08-18 Thread Matthew Runo
) Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833

Re: Deadlock in lucene?

2008-08-19 Thread Matthew Runo
I know this isn't really the place for this, so please forgive me - but does this patch look reasonably safe to use to skip the isDeleted check inside of FunctionQuery? My reasoning behind this is that many people (us included) will be building the index on a separate server, and then using

Re: Deadlock in lucene?

2008-08-19 Thread Matthew Runo
Ouch, that's certainly a problem! I'll have to think some more on this one. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Aug 19, 2008, at 1:42 PM, Otis Gospodnetic wrote: Matthew, just because an index is read-only on some

SpellCheckComponent bug?

2008-08-25 Thread Matthew Runo
eas. There are no synonyms in this system, so I don't think that could be it. I've rebuilt the search index. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833

Re: SpellCheckComponent bug?

2008-08-27 Thread Matthew Runo
runnning does have multiple suggestions, Cunning and Running - but it properly picks Running. I have not noticed this for any other term, but I have not exhaustively tested others yet. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Aug

Re: Building a multilevel query.

2008-09-03 Thread Matthew Runo
I think in order to do this you'd need to run two queries. We do this as well, for example.. Facet on the product types that match a query term. For each product type, run another query to facet on the subcategories. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [

Re: Solr Slaves Sync

2008-09-04 Thread Matthew Runo
As far as I can tell, there is no need to remove a slave from a pool while performing the sync. It's all done in the background and doesn't change anything till the final is ran to open a new searcher. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTEC

Re: [SPAM] Multiple Process of the SAME solr instance

2008-09-17 Thread Matthew Runo
I'm not 100% sure on what you mean, but if you're asking if you can run two or more solr webapps and use them all to build up one index, then you can't. You'll end up with a corrupted index. Only one solr.war webapp can write to an index at a time. Thanks for your

Re: Hardware config for SOLR

2008-09-18 Thread Matthew Runo
Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Sep 17, 2008, at 3:32 PM, Andrey Shulinskiy wrote: Hello, We're planning to use SOLR for our project, got some questions. So I asked some Qs yesterday, got no answers whatsoever. Wondering

Re: SolrJ + HTTP caching

2008-10-15 Thread Matthew Runo
dHTTPCaches may be a good jumping off point for more thought. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Oct 15, 2008, at 9:24 AM, Jon Baer wrote: Hi, What is the proper behavior suppose to be between SolrJ and caching? Im proxyin

Re: How to search a DataImportHandler solr index

2008-10-22 Thread Matthew Runo
index would be the same as it 'normally' is). Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Oct 22, 2008, at 3:07 PM, Nick80 wrote: Hi, I'm using a couple of Solr 1.1 powered indexes and have relied on my "old" S

Re: How to search a DataImportHandler solr index

2008-10-23 Thread Matthew Runo
So you were able to get things working? What was your experience with the DataImportHandler like? Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Oct 23, 2008, at 6:50 AM, Nick80 wrote: Never mind. I needed to specify in schema.xml that

Re: Solr Core Size limit

2008-11-11 Thread Matthew Runo
What happens when we use another in this case? I was under the assumption that if we say styleId then our doc IDs will be our styleIds. Is there a secondary ID that's kept internal to Solr/Lucene in this case? Thanks for your time! Matthew Runo Software Engineer, Zappos.com [

Fwd: Software Announcement: LuSql: Database to Lucene indexing

2008-11-17 Thread Matthew Runo
Hello - I wanted to forward this on, since I thought that people here might be able to use this to build indexes. So long as the lucene version in LuSQL matches the version in Solr, it would work fine for indexing - yea? Thanks for your time! Matthew Runo Software Engineer, Zappos.com

Re: [VOTE] Community Logo Preferences

2008-11-24 Thread Matthew Runo
1. https://issues.apache.org/jira/secure/attachment/12394263/apache_solr_a_blue.jpg 2. https://issues.apache.org/jira/secure/attachment/12394282/solr2_maho_impression.png Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Nov 23, 2008, at 8

Re: omiting no price documents when sorting on price

2008-11-26 Thread Matthew Runo
u need to facet on it or query it or anything like that you can't do this.. Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Nov 26, 2008, at 9:09 AM, Erick Erickson wrote: Assuming you know you want to do this at query time, couldn&

Re: Solr 1.3 - response time very long

2008-12-02 Thread Matthew Runo
Could you provide more information? How big is the index? How are you searching it? Some examples might help pin down the issue. How long are the queries taking? How long did they take on Sphinx? Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943

Re: Solr 1.3 - response time very long

2008-12-03 Thread Matthew Runo
sts to try and let you know why you're getting an error (what error is it giving you?). Thanks for your time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Dec 3, 2008, at 1:02 AM, sunnyfr wrote: Hi again, In my test, I've maximum response time

Re: Dismax Minimum Match/Stopwords Bug

2008-12-15 Thread Matthew Runo
Would this mean that, for example, if we wanted to search productId (long) we'd need to make a field type that had stopwords in it rather than simply using (long)? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Dec 12, 2008, at 11:

Re: Nightly build - 2008-12-17.tgz - build error - java.lang.NoClassDefFoundError: org/mozilla/javascript/tools/shell/Main

2008-12-17 Thread Matthew Runo
I'm using Java 6 and it's compiling for me. I'm doing.. ant clean ant dist and it works just fine. Maybe try an 'ant clean'? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Dec 17, 2008, at 9:17 AM, Toby Cole wrote

Re: Dismax Minimum Match/Stopwords Bug

2008-12-29 Thread Matthew Runo
side to that be? We have people asking for "the north" to return results from a brand called "the north face" - but it doesn't, and can't, because of this mm issue. Thanks for your time helping us with this issue =) Matthew Runo Software Engineer, Zappos.com mr...

Re: place log4j.properties

2009-01-15 Thread Matthew Runo
Have you tried placing it up in /WEB-INF/classes/? I'd think that'd be the root of the classpath for solr, and maybe where it's looking for the file? If you figure it out, could you update the wiki? --Matthew On Jan 14, 2009, at 3:39 AM, Marc Sturlese wrote: Hey there, I have changed the

Re: Sizing a Linux box for Solr?

2009-01-21 Thread Matthew Runo
At a certain level it will become better to have multiple smaller boxes rather than one huge one. I've found that even an old P4 with 2 gigs of ram has decent response time on our 150,000 item index with only a few users - but it quickly goes downhill if we get more than 5 or 6. How many do

Optimizing & Improving results based on user feedback

2009-01-27 Thread Matthew Runo
tta be a better way than that. Obviously this can't be done 100% in solr - but if anyone had some clever ideas about how this might be possible it'd be interesting to hear them. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833

Re: solr as the data store

2009-01-28 Thread Matthew Runo
time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Jan 28, 2009, at 12:37 PM, Ian Connor wrote: Hi All, Is anyone using Solr (and thus the lucene index) as there database store. Up to now, we have been using a database to build Solr from. However, given that l

Re: Question about rating documents

2009-01-29 Thread Matthew Runo
You could use a boost function to gently boost up items which were marked as more popular. You would send the function query in the "bf" parameter with your query, and you can find out more about syntax here: http://wiki.apache.org/solr/FunctionQuery Thanks for your time! Ma

Re: Optimizing & Improving results based on user feedback

2009-01-29 Thread Matthew Runo
? I don't see those, beyond "Addressing Malicious Noise in Clickthrough Data" by Filip Radlinski and also his "Query Chains: Learning to Rank from Implicit Feedback" - but neither is really on topic. Thanks for your time! Matthew Runo Software Engineer, Zappos.com m

Re: Optimizing & Improving results based on user feedback

2009-01-30 Thread Matthew Runo
I've thought about patching the QueryElevationComponent to apply boosts rather than a specific sort. Then the file might look like.. query> And I could write a script that looks at click data once a day to fill out this file. Thanks for your time! Matthew Runo Software

Re: 500 Errors on update

2009-02-02 Thread Matthew Runo
Could you also provide us with the error you were getting? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 2, 2009, at 1:46 PM, Derek Springer wrote: Hi all, I recently created a Solr index to track some news articles that I follow

Re: why don't we have a forum for discussion?

2009-02-18 Thread Matthew Runo
user messages archived locally so far.. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 18, 2009, at 2:16 PM, Walter Underwood wrote: I really prefer a mailing list. If I had to visit a website to contribute, my participation would

Lucene sync bottleneck?

2009-02-26 Thread Matthew Runo
and it looks like that's still appearing to be a bottleneck. http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/index/SegmentReader.java?view=markup Any tips? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833

Re: Lucene sync bottleneck?

2009-02-26 Thread Matthew Runo
t now, but didn't find anything blocked to check which reader was actually in use this time. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 26, 2009, at 1:39 PM, Yonik Seeley wrote: That's interesting. We should be using re

Re: Lucene sync bottleneck?

2009-02-27 Thread Matthew Runo
trunk and firing off our load test and seeing if we can get it to happen with that. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 27, 2009, at 7:44 AM, Yonik Seeley wrote: I'm using trunk, but I set a breakpoint on SegmentReader.is

Re: Lucene sync bottleneck?

2009-02-27 Thread Matthew Runo
er. The build we had up there was breaking with between 100 and 200 simultaneous threads (due to blocking on isDeleted). Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 27, 2009, at 8:01 AM, Chris Hostetter wrote: : Solr Implementation

Re: Lucene sync bottleneck?

2009-02-27 Thread Matthew Runo
trunk. Thanks again for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 27, 2009, at 8:11 AM, Matthew Runo wrote: We're just using an SVN up, with no local modifications. It's probably a formatting difference from having opened solr in

Re: Redhat vs FreeBSD vs other unix flavors

2009-02-27 Thread Matthew Runo
ed. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Feb 27, 2009, at 10:08 AM, wojtekpia wrote: Thanks Otis. Do you know what the most common deployment OS is? I couldn't find much on the mailing list or http://wiki.apache.org/

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Mar 2, 2009, at 5:46 PM, Matt Mitchell wrote: Hi. I'm sorry if this is the second time this message comes through! A few questions here... #1 Does anyone know how to set the user/group a

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
Perhaps you could hard code it in the solrconfig.xml file for each solr instance? Other than that, what we did was run multiple instances of Tomcat. That way if something goes bad in one, it doesn't affect the others. Thanks for your time! Matthew Runo Software Engineer, Zappos.c

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
different than yours though - each of these instances was basically the same for us (getting around a lucene sync issue) and they were all load balanced together so no single instance got more than a few requests per second. Thanks for your time! Matthew Runo Software Engineer, Zap

Re: How can I configure different types in Solr?

2009-03-06 Thread Matthew Runo
u wanted. You could also use the multicore feature and have a core for Object As and a core for Object Bs and then you'd just query both of them and then combine to get your results. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-9

Re: Version 1.4 of Solr

2009-03-10 Thread Matthew Runo
We're currently using 1.4 in production right now, using a recent nightly. It's working fine for us. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Mar 10, 2009, at 10:25 AM, Vauthrin, Laurent wrote: Hello, I'm not sure

Re: Version 1.4 of Solr

2009-03-11 Thread Matthew Runo
Yes, we are using the Java replication feature to send our index and configuration files from our master server to 4 slaves. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Mar 11, 2009, at 9:29 AM, Jon Baer wrote: Are you using the

Re: How to Index IP address

2009-03-24 Thread Matthew Runo
ould generate the index. You could then do things like ip:10.206.158.154 to find a specific IP address, or even ip: 10.206.158* to get a subnet. Perhaps the thing that's building your text file could post to Solr instead? Thanks for your time! Matthew Runo Software Engineer, Zappos.com

Re: How to Index IP address

2009-03-24 Thread Matthew Runo
om/2008/01/hadoop-and-log-file-analysis.html Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Mar 24, 2009, at 10:28 AM, nga pham wrote: Do you think luence is better to filter out a particular IP address from a txt file? Thank you Runo, Nga On

Re: Additive filter queries

2009-04-03 Thread Matthew Runo
t unique to us. Any store that has size/width or anything like that will have the same issue. How might it be solved? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Apr 3, 2009, at 1:13 AM, Fergus McMenemie wrote: I have a design question for

Field Collapsing Patch

2009-04-08 Thread Matthew Runo
Any thoughts on the patch / issue? Any reasons not to use it? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833

Re: Additive filter queries

2009-04-10 Thread Matthew Runo
field collapsing might solve this for us, maybe.. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Apr 9, 2009, at 5:23 PM, Chris Hostetter wrote: : Right now a document looks like this: : : : : 1598548 : 12545 : Adidas : 1, 2, 3, 4, 5, 6, 7

Re: Who is running 1.4 nightly in production?

2009-05-12 Thread Matthew Runo
We're using 1.4-dev 749558:749756M that we built on 2009-03-03 13:10:05 for our master/slave production environment using the Java Replication code. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On May 12, 2009, at 2:02 PM, W

Re: Solr vs Sphinx

2009-05-15 Thread Matthew Runo
I agree regarding posting different types of files - because right now if you're just starting out with Solr, taking the sample files from the distro and going from there is the /only path/ =\ Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943

Re: solr v1.4 in production?

2009-07-01 Thread Matthew Runo
We're using an svn grab of 1.4 in production mostly to get the Java replication code. We don't have any problems to report. Here's the version we're using: 1.4-dev 749558:749756M - built on 2009-03-03 at 13:10:05 Thanks for your time! Matthew Runo Software Eng

Re: Extended stats via JMX

2010-02-25 Thread Matthew Runo
https://issues.apache.org/jira/browse/SOLR-1750 might help you, since I don't think that all of stats.jsp is exposed via MBeans. I could be wrong about that though.. (apologies, our solr servers are firewalled and I can't connect via JMX at the moment) Thanks for your time! Ma

Replication script file issues..

2007-07-18 Thread Matthew Runo
solr/ data I'd think it would work. I guess, since SOLR runs in tomcat, I don't really need the -u option in there. +--------+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
is there, but it's a bit hard to find, and I think a nice how-to would help lots of people. +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
not open a new Searcher I think that snapinstaller is failing because commit fails without the -u tomcat5 in it... ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
tomcat5 -d /opt/solr/data tomcat5 17081 0.0 0.0 2960 1464 ?S10:32 0:00 /bin/ bash /opt/solr/bin/snapshooter -u tomcat5 -d /opt/solr/data Why are there so many seemingly hung snapshooter processes? ++ | Matthew Runo

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
It seems that as soon as I get a commit, snapshooter goes wild. I have 1107 running instances of snapshooter right now.. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833

Re: Replication script file issues..

2007-07-20 Thread Matthew Runo
Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Jul 19, 2007, at 11:24 PM, Jed Reynolds wrote: Matthew Runo wrote: It seems that as soon as I get a commit, snapshooter goes wild. I have 1107 running instances of

Re: Replication script file issues..

2007-07-20 Thread Matthew Runo
Yes, I used that, and didn't see much else. But I did see that it was trying to execute something on the blank line at the top of scripts.conf, which eventually lead to the newlines. ++ | Matthew Runo | Zappos Development | [

Re: Optimize index

2007-08-08 Thread Matthew Runo
You optimize by sending a command to the SOLR update handler. I'm not sure about the different index formats though.. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943

Best use of wildcard searches

2007-08-08 Thread Matthew Runo
? The way I currently have it set up, I get results for all the "bottom level" trees. The problems come in when I need to get a mid-level department and show all the results under it. Any ideas would be most appreciated. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Re: Best use of wildcard searches

2007-08-08 Thread Matthew Runo
;Men's Apparel>Shirts>Tank Top>Workout Apparel>Men's Apparel>Sweatshirts Apparel>Men's Apparel>Sweatshirts Apparel>Men's Apparel>Jackets>Windbreaker Any ideas why "Apparel>Men's*" would work, but "Apparel>Me

Wildcard queries with spaces in them

2007-08-08 Thread Matthew Runo
Yes. I definitely cannot get this to work for terms that have spaces in them. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Aug 8, 2007, at 2

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
x27;t match anything, while the third did? I get the same results with department: and department_exact:. But there's no where else for it to be matching, if not in one of those two fields. +----+ |

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
Here you go.. I thought that "string" wasn't munged, so I used that... stored="true"/> +--------+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 +

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
t it'd change when I changed nothing in the index. But at any rate, shouldn't "?" and "\ " give the same results? Also attached is my schema.xml. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
Sure thing! Heres 1, and 2. 1 - just a space. 2 - a "\ ". +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Aug 9, 2007, at 1:14 PM, Yo

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
Hm, I don't see any attachments, I'm forwarding them to you directly. Would anyone else like to see them? +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 70

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
das&wt=python +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Aug 9, 2007, at 1:21 PM, Matthew Runo wrote: Hm, I don't see any attachments, I'm forwarding them to you directly. Would a

Re: Best use of wildcard searches

2007-08-09 Thread Matthew Runo
k the first time I ran them... But now "\ " and "?" give the same results, as would be expected, while " " returns nothing. I'm sorry for wasting your time, but I do appreciate the help! +----+ | Matthew R

Re: Best use of wildcard searches

2007-08-10 Thread Matthew Runo
sure. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Aug 9, 2007, at 10:44 PM, Jonathan Woods wrote: Maybe there's a different way, in which path-like values like this are treated explicitly. I use

Re: breadcrumb in Solr

2007-08-16 Thread Matthew Runo
What do you mean by "breadcrumbs"? +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Aug 16, 2007, at 7:03 AM, Jae Joo wrote: Hi, I

Web statistics for solr?

2007-08-22 Thread Matthew Runo
nclusive in the archives for the email list. +--------+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Distribution Information?

2007-08-31 Thread Matthew Runo
Any chance someone would be able to explain how to get this page working, or what I'm doing wrong? +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Replication broken.. no helpful errors?

2007-08-31 Thread Matthew Runo
hy though.. no errors are reported anywhere via the -v. Any help would be most appreciated, I'm sure I'm just missing something. You can see the cronjob command in the subject of the forwarded message. +--------+ | Matthew Runo | Zap

Re: Distribution Information?

2007-09-05 Thread Matthew Runo
Not that I've noticed. I'll do a more careful grep soon here - I just got back from a long weekend. +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 70

Re: Distribution Information?

2007-09-05 Thread Matthew Runo
When I load the distrobutiondump.jsp, there is no output in my catalina.out file. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 5, 2007

Re: Replication broken.. no helpful errors?

2007-09-05 Thread Matthew Runo
tifing Solr to open a new Searcher ++ timeStamp ++ date '+%Y/%m/%d %H:%M:%S' + echo 2007/09/05 15:10:06 notifing Solr to open a new Searcher + [[ -n '' ]] + /opt/solr/bin/commit + [[ 0 != 0 ]] + logExit ended 0 ++ date +%s + end=1189030210 ++ expr 1189030210 - 1189030205 + di

Re: Replication broken.. no helpful errors?

2007-09-05 Thread Matthew Runo
If it helps anyone, this index is around a gig in size. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 5, 2007, at 3:14 PM, Matthew Runo

Re: Distribution Information?

2007-09-06 Thread Matthew Runo
Well, I do get... Distribution Info Master Server No distribution info present ... But there appears to be no information filled in. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833

Re: Replication broken.. no helpful errors?

2007-09-06 Thread Matthew Runo
a week, and I really need to get this going before then =p +--------+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 6, 2007, at 6:01 AM, Bill Au wrote: The snapinstalle

Re: updates on the server

2007-09-06 Thread Matthew Runo
ta is passed to whatever tokenizer we want to use. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 3, 2007, at 7:10 AM, Erik Hatcher wrote: On

Re: Replication broken.. no helpful errors?

2007-09-06 Thread Matthew Runo
arch1, the master, every day. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 6, 2007, at 12:37 PM, Yonik Seeley wrote: On 9/6/07, Matthew

Re: Distribution Information?

2007-09-07 Thread Matthew Runo
does look like it could be a path issue. I wonder why, though, no clients sub directory was created. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Return 2 fields per facet.. name and id, for example?

2007-09-07 Thread Matthew Runo
th some brands having strange character's in their names.. éS, for example, passing the name in the URL can be annoying =p Any way to do this? +--------+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Re: Return 2 fields per facet.. name and id, for example?

2007-09-07 Thread Matthew Runo
Ahh... sneaky. I'll probably do the combined-name#id method. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 7, 2007, at 12:38 PM,

Re: Distribution Information?

2007-09-07 Thread Matthew Runo
OK. I made the change, but it seemed not to pick up the files. When I changed distrobutiondump.jsp to say... File masterdir = new File("/opt/solr/logs/clients"); it worked. Thank you for your help! +----+ | Matthew Runo

Facets & Fields not Indexed?

2007-09-13 Thread Matthew Runo
Hello! Can you not facet on fields which are not indexed? Am I missing something here? ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Re: 'suggest' query sorting

2007-09-17 Thread Matthew Runo
Hello! Were you able to find out anything? I'd be interested to know what you found out. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On S

Re: real time search

2007-09-24 Thread Matthew Runo
I assume you mean something like this: http://addictedtonew.com/archives/145/wordpress-live-search-plugin/ Take a look at how the search box works - is that what you mean? ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED

Re: Color search

2007-09-28 Thread Matthew Runo
erested in having a color picker ajax app which then went out and found the products with colors most like the one you chose. +----+ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 70

  1   2   >