Re: Return all Facets?

2010-03-18 Thread Smiley, David W.
mplemented this by adding an UpdateRequestProcessor implementation that finds fields matching a certain pattern and simply adding their names to a field I've chosen -- which will at query time be faceted on. Pretty easy. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterpris

Re: Return all Facets?

2010-03-19 Thread Smiley, David W.
code involved -- it should be a non-issue. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Mar 18, 2010, at 10:37 PM, Erik Hatcher wrote: > David - sounds kinda like this one: > http://issues.apache.org/jira/browse/SOLR-1280 > :) > > Maybe y

Re: How many facet values are too many?

2010-03-19 Thread Smiley, David W.
oes faceting very well with highly optimized code. The latter question -- absolutely. Standard stuff. Check out the wiki or buy my book. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/

Re: place of log4j.properties file

2010-03-19 Thread Smiley, David W.
I believe that should have been -Dlog4j.configuration=file:/c:/foo/log4j.properties I've done this sort of thing many times before. I've also found it helpful to add -Dlog4j.debug (no value needed) to debug logging. http://logging.apache.org/log4j/1.2/manual.html ~ David Smi

Re: How many facet values are too many?

2010-03-19 Thread Smiley, David W.
set it to "1" so you don't see 0's. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Mar 19, 2010, at 3:36 PM, Andy wrote: > Are you referring to the facet.limit parameter? > > If it is set to N, does that mean Solr only has to pro

Re: Boundary match as part of query language?

2010-03-21 Thread David Smiley @MITRE.org
By the way, you'll probably want to shingle or use CommonGrams (with _BEGIN & _END being "common") for acceptable performance. I'm wondering, if Lucene's new payload features might provide an alternative mechanism to mark the first and last term. ~ David Smiley ho

Re: Features not present in Solr

2010-03-22 Thread David Smiley @MITRE.org
) but this post would get out of control. It _is_ a capable product, but I'll take Solr over it any day -- at least I understand basically all of what's going on in Solr. Of course I wrote the book on it so I'm biased ;-) ~ David Smiley Author: https://www.packtpub.com/solr-1-4-ente

Re: Features not present in Solr

2010-03-23 Thread David Smiley @MITRE.org
2010, at 4:17 AM, Andrzej Bialecki wrote: > >> On 2010-03-23 06:25, David Smiley @MITRE.org wrote: >>> >>> I use Endeca and Solr. >>> >>> A few notable things in Endeca but not in Solr: >>> 1. Real-time search. >> >> >>&g

Re: One item, multiple fields, and range queries

2010-03-28 Thread David Smiley (@MITRE.org)
ld take some serious hacking and I have no clue how feasible that is. Thoughts? ~ David Smiley -- View this message in context: http://n3.nabble.com/One-item-multiple-fields-and-range-queries-tp475030p682227.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: One item, multiple fields, and range queries

2010-03-29 Thread David Smiley (@MITRE.org)
these fields to refer to a known value offset). Following the link you gave is interesting though the general case I'm talking about doesn't have a hierarchy. And I find the use of a single multi-valued field unpalatable for a variety of reasons. ~ David Smiley - Author: https://

RE: One item, multiple fields, and range queries

2010-03-29 Thread David Smiley (@MITRE.org)
make queries like range queries if there are dates involved next to impossible. This "solution" is really a hack workaround to a limitation in Lucene/Solr. I was hoping to start a conversation to a more truer resolution to this problem rather than these workarounds which aren't a

RE: One item, multiple fields, and range queries

2010-03-29 Thread David Smiley (@MITRE.org)
ng different queries based on common multi-value field offsets derived from matching term positions? I have no idea how far off the current codebase is to exposing enough information to make such an approach possible. ~ David Smiley From: Steven A Rowe [via Lucene] [mailto:ml-node+684371

Re: Realtime search and facets with very frequent commits

2010-03-31 Thread Smiley, David W.
ments randomly (as is certainly the case for you) your relevancy scores will be poor. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Feb 11, 2010, at 12:35 PM, Janne Majaranta wrote: ... > > I have tested putting a second solr instance on the same server

Re: Questions about Solr

2010-04-09 Thread Smiley, David W.
ll have to wait till I am granted permission by my employer to open-source this (~2 months). ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Apr 9, 2010, at 2:42 PM, wrote: > - How am I able to use wildcard searches with Solr? EX: querying Ado wit

Re: Endeca vs Solr?

2010-05-20 Thread David Smiley (@MITRE.org)
odies, then its clearly worthwhile. ~ David Smiley - Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Endeca-vs-Solr-tp832826p832972.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Endeca vs Solr?

2010-05-20 Thread David Smiley (@MITRE.org)
d is definitely not a task for Endeca. ~ David Smiley - Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Endeca-vs-Solr-tp832826p833019.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard queries

2010-05-21 Thread Smiley, David W.
I absolutely consider this a bug too. Cast your vote: https://issues.apache.org/jira/browse/SOLR-219 ~ David On May 21, 2010, at 10:11 AM, Sascha Szott wrote: > Hi folks, > > what's the idea behind the fact that no text analysis (e.g. lowercasing) > is performed on wildca

Re: Wildcard queries

2010-05-21 Thread Smiley, David W.
On May 21, 2010, at 10:35 AM, Robert Muir wrote: > I honestly do not know the rationale behind this in Solr, except to > say similar problems exist even if you reduce the scope to just > casing: Then why are you talking about stemming in the following example? We know stemming is problematic wi

Re: DIH post import event listener for errors

2010-05-21 Thread David Smiley (@MITRE.org)
I'd consider using the logging framework. I do this with Log4j in other apps. Its a generic approach that works for just about any system. ~ David Smiley - Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://lucene.4720

RE: "Solr 1.4 Enterprise Search Server" book examples

2010-05-21 Thread David Smiley (@MITRE.org)
ted on Packt's server. I made a smaller distribution for them (~127MB vs 300-something) and put the data files on MusicBrainz' servers which are downloaded as part of the setup script you should run. ~ David Smiley - Author: https://www.packtpub.com/solr-1-4-enterprise-search-serv

Solr trunk and Jetty threadpool implementation problem

2010-05-27 Thread Smiley, David W.
o tracking down this nasty problem that I can't spend much more on further figuring out why QueuedThreadPool is failing us. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/

Tomcat 6.0 solr home not set

2008-03-18 Thread David Arpad Geller
3. I tried putting the following into my server.xml file (no effect): 4. I tried putting the same into my context.xml file but then it just overrode the context for the manager and ruined that whole thing for me. Honestly. Any help would be *much* appreciated but shouldn't Tomcat be the easiest way to run SOLR? Thank you, David

Re: Tomcat 6.0 solr home not set

2008-03-19 Thread David Arpad Geller
So it seems that I got Tomcat to recognize where solr is with this conf/Catalina/localhost/solr.xml: But still, there's still some problem (see below). Thank you for all of the help, it's good stuff to know. Also, the Tomcat page for Context says: - You may define as many *Context

Re: Tomcat 6.0 solr home not set (solved)

2008-03-19 Thread David Arpad Geller
what that is for / what that means c) a general desire not to run a nightly build version Hopefully this thread will serve others but perhaps the wiki could be updated? I'd be happy to provide changes to the page and provide it or make the update myself if allowed if you all agree. Dav

Re: Tomcat 6.0 solr home not set (solved)

2008-03-22 Thread David Arpad Geller
m a little wary. Should I (can I?) just change the page? Or should I look at the markup, modify it and send it to you (or someone)? David Chris Hostetter wrote: I guess what I'm saying is: people should add any detail to the SolrTomcat page (and the other container pages) that's relevant

Re: XSLT transform before update?

2008-04-18 Thread David Smiley @MITRE.org
maller fixed-size documents instead of the entire data stream. I haven't found anything like this so it'd need to be built. For now my documents aren't too big to XSLT in-memory. ~ David Daniel Papasian wrote: > > Shalin Shekhar Mangar wrote: >> Hi Daniel, >>

Re: XSLT transform before update?

2008-04-20 Thread David Smiley @MITRE.org
ation for a processor of my choice. ~ David Shalin Shekhar Mangar wrote: > > Hi David, > Actually you can concatenate values, however you'll have to write a bit of > code. You can write this in javascript (if you're using Java 6) or in > Java. > > Basically, you

Re: XSLT transform before update?

2008-04-21 Thread David Smiley @MITRE.org
I know your entities are HashMap based instead of XML, however. ~ David Noble Paul നോബിള്‍ नोब्ळ् wrote: > > We are planning to incorporate both your requests in the next patch. > The implementation is going to be as follows.mention the xsl file > location as follows > > ..

Re: Standard vs. DisMaxQueryHandler

2008-04-25 Thread David Smiley @MITRE.org
my search service -- where it belongs IMO. ~ David Smiley hossman_lucene wrote: > > > : Is the main difference between the StandardQueryHandler and > : DisMaxQueryHandler the supported query syntax (and different query > : parser used in each of them), and the fact that the latter

Re: Standard vs. DisMaxQueryHandler

2008-04-28 Thread David Smiley @MITRE.org
ese separate concerns together (which is perhaps why this is a problem to this day). At least that's my plan, having not gotten started. ~ David Smiley hossman wrote: > > > : I am frustrated that I have to pick between the two because I want both. > The > : way I look at it,

Re: Standard vs. DisMaxQueryHandler

2008-04-28 Thread David Smiley @MITRE.org
ese separate concerns together (which is perhaps why this is a problem to this day). At least that's my plan, having not gotten started. ~ David Smiley hossman wrote: > > > : I am frustrated that I have to pick between the two because I want both. > The > : way I look at it,

Re: Standard vs. DisMaxQueryHandler

2008-04-28 Thread David Smiley @MITRE.org
form to hit a single URL for either case? > > ryan > > > > On Apr 26, 2008, at 1:33 AM, David Smiley @MITRE.org wrote: >> >> I am frustrated that I have to pick between the two because I want >> both. The >> way I look at it, there should be a more co

Re: Standard vs. DisMaxQueryHandler

2008-04-28 Thread David Smiley @MITRE.org
Now you've got it Hossman. I don't plan on mucking with the parser syntax. I look at this feature as a smarter default field. Instead of it being one field, it is an array of them constructed via Dismax with various boosts. ~ David hossman wrote: > > > : Either I use d

Re: Log levels setting

2008-04-30 Thread David Smiley @MITRE.org
rCore line 958 since I'm living on the edge. ~ David gerrys0 wrote: > > You can use CURL (or whatever you use for HTTP requests) to > hit the URL's that you click on in the Solr Admin. So, for > example, to turn logging off, you can hit the following URL > using CURL

Re: Indexing HTML Content

2008-05-22 Thread David Arpad Geller
Actually, it's very easy: http://us2.php.net/strip_tags I also store the data in a separate field with the html intact for display. In that case, I use urlencode on the string. David McBride, John wrote: Hello, In my application I wish to index articles which are stored in HTML f

Re: boost ignored with wildcard queries

2008-06-06 Thread David Smiley @MITRE.org
Curious... Why is ConstantScoreQuery only applied to prefix queries? Your rationale suggests that it is also applicable wildcard query and fuzzy query too (basically any place an analyzer isn't used). ~ David Smiley Yonik Seeley wrote: > > On Tue, Feb 26, 2008 at 7:23 PM, H

Graph/Stream requestHandlers in standalone

2018-08-13 Thread David '-1' Schmid
rg.apache.solr.common.SolrException: java.lang.IllegalArgumentException: A HostProvider may not be empty! Which leads me to believe, that this is only possible with -cloud? I could not find anything about it, could anybody point out what I'm missing here? regards, David

Split on whitespace parameter doubt

2018-08-30 Thread David Argüello Sánchez
same field, but because of all queried fields having the same query structure, I would get back documents containing both terms in any of the fields. Does anyone know the reasoning behind this decision? Thank you in advance. Regards, David

Re: Split on whitespace parameter doubt

2018-08-31 Thread David Argüello Sánchez
least, as you said, that you can choose to do it) Regards, David On 31 Aug 2018, at 12:04, Jan Høydahl wrote: >> I am not sure why field centric field is not used all the time or at least >> why there is no parameter to force it. > > Yea, we should have a parameter to

Suggest Component, prefix match (sur-)name

2019-02-15 Thread David '-1' Schmid
Hello solr-users! I'm a bit stumped and after some days of trial-and-error, I've come to the conclusion that I cannot figure this out by myself. Where I'm at: Solr 7.7 in cloud mode: - 3 shards, - 1 replication factor, - 1 shards per node, - 3 nodes, - coordinated with external zookeeper - r

Suggest Component, prefix match (sur-)name

2019-02-15 Thread David '-1' Schmid
Hello solr-users! I'm a bit stumped and after some days of trial-and-error, I've come to the conclusion that I cannot figure this out by myself. Where I'm at: Solr 7.7 in cloud mode: - 3 shards, - 1 replication factor, - 1 shards per node, - 3 nodes, - coordinated with external zookeeper - r

Re: Suggest Component, prefix match (sur-)name

2019-02-17 Thread David '-1' Schmid
ot;weight":0, . "payload":""}, . { . "term":"Rossana M. C. Andrade", . /*a bbreviated */ . So I'd come to the conclusion that it won't suffice. I prefinxing both tokens with '+', just to be sure. But that also won't come up with the suggestions I'd like to have. Thank you for the suggestion! regards, David

Re: Suggest Component, prefix match (sur-)name

2019-02-18 Thread David '-1' Schmid
Hello again! After playing around with more simple solutions, I gather the suggester cannot do this. I've found a resource (namely 'Solr in Action'), they use a combination of - two copyFields: - solr.TextField with simple whitespace tokenizer (field:'words') - as above, but with added EdgeNG

UpdateHandler batch size / search solr-user

2019-02-18 Thread David '-1' Schmid
Hello! Another question I could not find an answer to: is there a best-practice / recommendation for pushing several million documents into a new index? I'm currently splittig my documents into batches of 10,000 json-line payloads into the update request handler, with commit set to 'true' (yes, f

How to suggest prefix matches over all tokens of a field (was Re: Suggest Component, prefix match (sur-)name)

2019-02-18 Thread David '-1' Schmid
On 2019-02-18T18:12:44, David '-1' Schmid wrote: > Will report back if that's working out. It's working! If anybody want's to replicate, here's what I

Re: UpdateHandler batch size / search solr-user

2019-02-19 Thread David '-1' Schmid
Hi! On 2019-02-18T20:36:35, Erick Erickson wrote: > Typically, people set their autocommit (hard) settings in > solrconfig.xml and forget about it. I usually use a time-based trigger > and don’t use documents as a trigger. I added a timed autoCommit and it seems to work out nicely. Thank you! > U

streaming from /export sorts fields, /select does not

2019-03-12 Thread David '-1' Schmid
Hi! I've encountered something surprising in solr on the stream handler. When I use the expression: select( search(s2, q="author:"Florian Lindemann"", fl="id, author, title", sort="id desc", qt=/select), indexOf(author, "Florian Lindemann") as idx, author, title ) .. response (snippet)

Re: [EXTERNAL] Highlighter is not working for wildcard query

2018-01-17 Thread David M Giannone
Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone Original message From: Selvam Raman Date: 1/17/18 11:47 AM (GMT-05:00) To: solr-user@lucene.apache.org Subject: [EXTERNAL] Highlighter is not working for wildcard query Hi, solr version 6.4.2 hl.method = unified

Re: [EXTERNAL] Highlighter is not working for wildcard query

2018-01-25 Thread David M Giannone
X07Z3BO14C confirmation# for 1/30 8:30 appt. oil change / tire rotation Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message. Confidentiali

Re: [EXTERNAL] Highlighter is not working for wildcard query

2018-01-25 Thread David M Giannone
uh...oops - sorry about that Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone Original message From: David M Giannone Date: 1/25/18 8:28 PM (GMT-05:00) To: solr-user@lucene.apache.org Subject: Re: [EXTERNAL] Highlighter is not working for wildcard q

Re: [EXTERNAL] Re: How to merge child documents using DataImportHandler

2018-05-27 Thread David M Giannone
? Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone Original message From: Mikhail Khludnev Date: 5/27/18 3:23 PM (GMT-05:00) To: solr-user Subject: [EXTERNAL] Re: How to merge child documents using DataImportHandler Hello, Abhijit. Have you tried to drop some of

Unified highlighter- unable to get results - can get results with original and termvector highlighters

2020-05-11 Thread Warren, David [USA]
at the Solr highlighting documentation, I didn’t see any additional configuration which needs to be done to get the unified highlighter to work. I realize I have not provided a bunch of information here, but obviously can provide more if needed. Thank you, David Warren Booz | Allen | Hamilton 703-625-0311 mobile

Re: Unified highlighter- unable to get results - can get results with original and termvector highlighters

2020-06-16 Thread Warren, David [USA]
David – It’s fine to take this conversation back to the mailing list. Thank you very much again for your suggestions. I think you are correct. It doesn’t appear necessary to set termOffsets, and it appears that that the unified highlighter is using the TERM_VECTORS offset source if I don’t

RE: How to raise open file limits

2020-11-04 Thread DAVID MARTIN NIETO
Hi, You must have to change the ulimit -a parameters on your SO config. I believe the problem that you have is in: max user processes (-u) 4096 Kind regards. David Martín Nieto Analista Funcional Calle Cabeza Mesada 5 28031, Madrid T: +34 667 414 432

RE: How to raise open file limits

2020-11-04 Thread DAVID MARTIN NIETO
And too this: open files (-n) 1024 At least. David Martín Nieto Analista Funcional Calle Cabeza Mesada 5 28031, Madrid T: +34 667 414 432 T: +34 91 779 56 98| Ext. 3198 E-mail: dmart...@viewnext.com | Web: www.viewnext.com

Re: [EXTERNAL] Re: Turn on TLS

2019-07-10 Thread David M Giannone
U. Get Outlook for Android From: lltvw Sent: Tuesday, July 9, 2019 10:33:33 AM To: solr-user Cc: solr-user@lucene.apache.org Subject: [EXTERNAL] Re: Turn on TLS aa On 09/13/2017 21:52, Younge, Kent A - Norman, OK - Contractor wrote:

Re: ZooKeeper error in solr.log

2019-09-02 Thread David M Giannone
Get Outlook for Android From: Gell-Holleron, Daniel Sent: Monday, September 2, 2019 8:04:42 AM To: solr-user@lucene.apache.org Subject: [EXTERNAL] RE: ZooKeeper error in solr.log Hello, The error I get in the log is below: 2019-09-02 0

Commit disabled

2019-11-08 Thread Villacorta, David (Arlington)
Just want to confirm, given the following config settings at solrconfig.xml: ${solr.autoCommit.maxTime:15000} false ${solr.autoSoftCommit.maxTime:-1} Solr index will not be updated unless created item in Sitecore is manually indexed, right? Regards David Villacorta

RE: Commit disabled

2019-11-08 Thread Villacorta, David (Arlington)
Thanks for the feedback Is there a config setting that can be used for explicit commit? I was thinking the should be handling this already? In our issue, the changes will only be reflected back to sitecore once we manually indexed the item with changes Regards David Villacorta -Original

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
I believe Solr dont have this configuration, you need a load balancer with that configuration mode for that. Kind regards. De: Kaushal Shriyan Enviado: lunes, 11 de enero de 2021 11:32 Para: solr-user@lucene.apache.org Asunto: Apache Solr in High Availability

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
. David Martín Nieto Analista Funcional Calle Cabeza Mesada 5 28031, Madrid T: +34 667 414 432 T: +34 91 779 56 98| Ext. 3198 E-mail: dmart...@viewnext.com | Web: www.viewnext.com [https://mail.google.com/mail/u/0?ui=2&ik=72317294cd&att

Dynamic starting or stoping of zookeepers in a cluster

2021-02-18 Thread DAVID MARTIN NIETO
Hi all, We've a solr cluster with 4 solr servers and 5 zookeepers in HA mode. We've tested about if our cluster can mantain the service with only the half of the cluster, in case of disaster os similar, and we've a problem with the zookepers config and its static configuration. In the start s

RE: Dynamic starting or stoping of zookeepers in a cluster

2021-02-24 Thread DAVID MARTIN NIETO
One doubt about it: In order to have a highly available zookeeper, you must have at least three separate physical servers for ZK. Running multiple zookeepers on one physical machine gains you nothing ... because if the whole machine fails, you lose all of those zookeepers. If you have three phys

Re: Trouble getting a solr join query done

2015-07-12 Thread Antonio David Pérez Morales
Hi Yusnel I think the query is invalid. It should be "q=clothes&fq={!join from=type_id to=id fromIndex=products}" or "q=*:*&fq={!join from=type_id to=id fromIndex=products}clothes" as long as you are using an edismax parser or df param for default field, where "clothes" query is matched to. Regar

Re: Trouble getting a solr join query done

2015-07-13 Thread Antonio David Pérez Morales
et us know if it works for you Regards 2015-07-12 17:02 GMT+02:00 Antonio David Pérez Morales < adperezmora...@gmail.com>: > Hi Yusnel > > I think the query is invalid. It should be "q=clothes&fq={!join > from=type_id to=id fromIndex=products}" or "q=*:*&fq={

Re: dismax and standard query types

2008-08-04 Thread Smiley, David W. (DSMILEY)
release my modifications to Solr. ~ David Smiley On 8/4/08 11:47 AM, "Jae Joo" <[EMAIL PROTECTED]> wrote: > If there any way to mix dismax and standard query type? > > Here is the example.. > > (wendys columbus) AND state:Georgia > > wendys columbus --> qt=dismax > > Thanks, > > Jae Joo

Re: multivaluefield and order

2008-08-05 Thread Smiley, David W. (DSMILEY)
Yes. On 8/5/08 4:58 PM, "Ian Connor" <[EMAIL PROTECTED]> wrote: > Hi, > > When you store a multivaluefield in a given order > ['one','two','three','four'], will it always return the values in that > order?

Re: Adding a field?

2008-08-26 Thread Smiley, David W. (DSMILEY)
? This doesn't necessarily need to involve deleting all the data first since as you add documents that have the same primary key, the older document is replaced by the new one once you commit. ~ David On 8/26/08 3:09 PM, "Jon Drukman" <[EMAIL PROTECTED]> wrote: > Is th

Re: Help with Dismax query Handler

2008-09-11 Thread Smiley, David W. (DSMILEY)
d 758 ~ David On 9/11/08 10:28 AM, "Vaijanath N. Rao" <[EMAIL PROTECTED]> wrote: > Hi Solr-Users, > > I am using DisMaxHandler in my application and I am facing one issue. > The DisMaxHandler works fine for general queries but returns no result > if I do fielded s

Re: Help with Dismax query Handler

2008-09-11 Thread Smiley, David W. (DSMILEY)
I think the point is that Viaj would like to permit users to specify the field if they so choose. On 9/11/08 12:48 PM, "Chris Hostetter" <[EMAIL PROTECTED]> wrote: > > : b) q=field1:xyz+xyz&qt=dismax it returns me zero result. > : > : Is there anyway I get results for the query type b but still

Re: Help with Dismax query Handler

2008-09-11 Thread Smiley, David W. (DSMILEY)
o fix that. ~ David On 9/11/08 10:41 AM, "Walter Underwood" <[EMAIL PROTECTED]> wrote: > Perhaps we need a syntax option on DisMax. At Netflix, we've modified it > to be pure text, with no operators. My current favorite unsearchable > name is this band: > >

<    10   11   12   13   14   15