Re: searchscroll

2013-06-04 Thread Doug Turnbull
Gorla Opensource Connections 202 713 9162 -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

RE: searchscroll

2013-06-04 Thread Doug Turnbull
After saying that though if index speed matters I would go with csv like Otis suggests. -- From: Doug Turnbull dturnb...@opensourceconnections.com Sent: 6/4/2013 7:19 PM To: solr-user@lucene.apache.org Subject: Re: searchscroll Actually under the conf/xslt/ folder

Re: Solr Security

2013-06-24 Thread Doug Turnbull
Greenspan President CEO Think Computer Corporation telephone +1 415 670 9350 fax +1 415 373 3959 e-mail aar...@thinkcomputer.com web http://www.thinkcomputer.com -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

Re: measure result set quality

2013-10-20 Thread Doug Turnbull
://www.opensourceconnections.com/2013/10/14/what-is-test-driven-search-relevancy/ Cheers -Doug Turnbull Search Relevancy Expert OpenSource Connections On Sun, Oct 20, 2013 at 4:21 PM, Furkan KAMACI furkankam...@gmail.comwrote: Let's assume that you have keywords to search and different configurations for indexing. A/B

Re: Why do people want to deploy to Tomcat?

2013-11-12 Thread Doug Turnbull
détruire et d'en avertir l'expéditeur. -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

RE: Periodic Slowness on Solr Cloud

2013-11-21 Thread Doug Turnbull
Dave you might want to connect JVisualVm and see if there's any pattern with latency and garbage collection. That's a frequent culprit for periodic hits in latency. More info here http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/jmx_connections.html There's a couple GC

Re: Periodic Slowness on Solr Cloud

2013-11-21 Thread Doug Turnbull
/p/solrmeter/ -Doug On Thu, Nov 21, 2013 at 10:24 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: Dave you might want to connect JVisualVm and see if there's any pattern with latency and garbage collection. That's a frequent culprit for periodic hits in latency. More info here

Reverse mm(min-should-match)

2013-11-22 Thread Doug Turnbull
would match: Rmm=100% q=solr the worlds greatest search engine Here 100% of the query matches the title, so I'm good. Is there any way to achieve this in Solr? -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

RE: Reverse mm(min-should-match)

2013-11-22 Thread Doug Turnbull
?By exact you mean the same tokens in the same positions? Erik On Nov 22, 2013, at 2:54 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: Instead of specifying a percentage or number of query terms must match tokens in a field, I'd like to do the opposite -- specify how much

RE: Reverse mm(min-should-match)

2013-11-22 Thread Doug Turnbull
If I could get at the number of tokens in a query or query norms I might be able to use that in conjunction with field norms to measure how close the query is to the field in terms of number of tokens. Then regular mm could do the trick. Sent from my Windows Phone From: Doug Turnbull Sent: 11/22

RE: Can I use boosting fields with edismax ?

2013-11-25 Thread Doug Turnbull
Amit its important to note that dismax/edismax isn't giving you a weighted average of these field score. Without the tie parameter one fields score is likely always winning the dismax contest. Field scores are relative, so 5 could be an amazing score for say title while 500 a terrible score for

RE: Call to Solr via TCP

2013-12-10 Thread Doug Turnbull
Zwer, is there a reason you need to do this? Its probably very hard to get solr to speak TCP. But if you're having a performance or infrastructure problem, the group might be able to help you with a far simpler solution. Sent from my Windows Phone From: Zwer Sent: 12/10/2013 12:15 PM To:

More Maintenance Releases?

2014-03-12 Thread Doug Turnbull
in the decision about how/when to upgrade Solr. Cheers, -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

RE: [solr 4.7.0] analysis page: issue with HTMLStripCharFilterFactory

2014-03-15 Thread Doug Turnbull
The char filter is not broken. There's a bug in 4.7 in the analysis UI: https://issues.apache.org/jira/browse/SOLR-5800 It was unclear to me if it would be part of a 4.7.1 release. I hope so, as it'll probably save people a lot of time from thinking their analyzers are broken. Sent from my

RE: Solr memory usage off-heap

2014-03-18 Thread Doug Turnbull
How large is your index on disk? Solr memory maps the index into memory. Thus the virtual memory used will often be quite large. Your numbers don't sound inconceivable. A good reference point is Grant Ingersoll's blog post on searchhub:

Re: Is there a Field/FieldType property to enable storing of term vector payloads?

2014-03-21 Thread Doug Turnbull
:53 AM, Daniel Jamrog djamog2...@gmail.com wrote: I see properties to enable term vectors, positions and offsets, but didn't find one for payloads? Did I just miss it? If not, is this something that may be added in the future? Thanks -- Doug Turnbull Search Big Data Architect

RE: SOLR Jetty Server on Windows 2003

2014-04-04 Thread Doug Turnbull
Are the requests cross domain? Is your browser giving errors about cross domain scripting restrictions in the browser? If you're doing cross domain browser stuff, Solr gives you the ability to do requests over JSONP which is a sneaky hack that gets around these issues. Check out my blog post for

RE: Anyone going to ApacheCon in Denver next week?

2014-04-05 Thread Doug Turnbull
I'll be there. I'd love to meet up. Let me know! Sent from my Windows Phone From: William Bell Sent: 4/5/2014 10:40 PM To: solr-user@lucene.apache.org Subject: Anyone going to ApacheCon in Denver next week? Thoughts on getting together for breakfast? a little Solr meet up? -- Bill Bell

RE: Anyone going to ApacheCon in Denver next week?

2014-04-07 Thread Doug Turnbull
in Denver next week? Hi folks, I'm already here and would love to join :-) Cheers, Siegfried Goeschl On 05 Apr 2014, at 20:43, Doug Turnbull dturnbull@ opensourceconnections.com wrote: I'll be there. I'd love to meet up. Let me know! Sent from my Windows Phone From: William Bell

Re: Solr relevancy tuning

2014-04-09 Thread Doug Turnbull
that are not providing good results? And what are you using as kpi for the whole search, beside the conversion rate? Can you suggest me any other practices you are using on your projects? Thank you very much in advance Giovanni -- Doug Turnbull Search Big Data Architect OpenSource

RE: Score is always zero

2014-04-20 Thread Doug Turnbull
Arun, your field norms are all suspiciously 0, which.multiplied through the scoring calculation causes the overall score to be 0. Are you using anything other than the default similarity? Could you post the relevant parts.of your schema (field definition, field types, similarity, etc)? -Doug

Re: Score is always zero

2014-04-20 Thread Doug Turnbull
...@eteamindia.com wrote: Thank you very much for the reply, Please find attached schema.xml and solrconfig.xml, most it is default. -Original Message- From: Doug Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Sunday, April 20, 2014 9:42 PM To: Arun V C.; solr-user

Re: Problem when i'm trying to search something

2014-05-11 Thread Doug Turnbull
? Someone can help me with an detailed explanation? Thanks ! -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-when-i-m-trying-to-search-something-tp4135045.html Sent from the Solr - User mailing list archive at Nabble.com. -- Doug Turnbull Search Big Data

Re: Solr relevancy tuning

2014-06-12 Thread Doug Turnbull
the check, with kelvin you have to change some line of a script, and not everybody is able/willing to do that. The idea of a static index is a good suggestion, I will try to have it in the next round of search engine improvement. Thank you Doug! 2014-04-09 17:48 GMT+02:00 Doug Turnbull

Better Apache Camel Solr Support

2014-07-15 Thread Doug Turnbull
/ Let me or Scott Stults(sstu...@o19s.com) know if you have any questions/feedback/pull requests/bugs/etc. Thanks! -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

RE: Solr score manager

2014-07-16 Thread Doug Turnbull
Shay this presentation I gave at apachecon and dc solr exchange might be useful to you: http://www.slideshare.net/mobile/o19s/hacking-lucene-for-custom-search-results Sent from my Windows Phone From: Shay Sofer Sent: ‎7/‎16/‎2014 6:03 AM To: solr-user@lucene.apache.org Subject: Solr score

RE: SolrCloud Scale Struggle

2014-08-01 Thread Doug Turnbull
Auto soft commuting that frequently can also dramatically impact performance. Perhaps not nearly as much as a hard commit, but I would still consider increasing it. Also hard commits every 10 seconds at that volume is quite frequent. I'd consider doing soft commits every 10 seconds and do hard

Announcing Splainer -- Open Source Solr Sandbox

2014-08-22 Thread Doug Turnbull
2) http://github.com/o19s/splainer These features (and a ton more) are also in our relevancy testing product Quepid: http://quepid.com Bugs/feedback/complaints/ideas/questions/contributions/etc welcome. Thank you for your time! -- Doug Turnbull Search Big Data Architect OpenSource Connections

RE: Announcing Splainer -- Open Source Solr Sandbox

2014-08-22 Thread Doug Turnbull
:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Thread.java:744) On Fri, Aug 22, 2014 at 9:34 AM, Doug Turnbull dturnb...@opensourceconnections.com wrote: Greetings from the OpenSource Connections Team! We're happy to announce

Re: Announcing Splainer -- Open Source Solr Sandbox

2014-08-27 Thread Doug Turnbull
, Aug 22, 2014 at 10:34 AM, Doug Turnbull dturnb...@opensourceconnections.com javascript:; wrote: Greetings from the OpenSource Connections Team! We're happy to announce we've taken core sandbox of our search relevancy product Quepid and open sourced it as Splainer (http

Re: Announcing Splainer -- Open Source Solr Sandbox

2014-08-27 Thread Doug Turnbull
...@pricecheck.co.za wrote: ANY documentation as to how to setup this thing ? From: Doug Turnbull [dturnb...@opensourceconnections.com] Sent: Wednesday, August 27, 2014 1:46 PM To: solr-user@lucene.apache.org Subject: Re: Announcing Splainer -- Open Source

Re: Announcing Splainer -- Open Source Solr Sandbox

2014-08-29 Thread Doug Turnbull
Thanks again, and please don't hesitate to engage me about the tool Cheers -Doug On Wed, Aug 27, 2014 at 10:09 AM, Doug Turnbull dturnb...@opensourceconnections.com wrote: As per documentation, it should be paste in your Solr URL and go. Generally we try to follow the maxim of Bad UI

Re: Announcing Splainer -- Open Source Solr Sandbox

2014-08-30 Thread Doug Turnbull
Solr Sandbox Cool Doug! I look forward to digging into this. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Fri, Aug 22, 2014 at 10:34 AM, Doug Turnbull dturnb...@opensourceconnections.com

Re: different fields for user-supplied phrases in edismax

2014-12-12 Thread Doug Turnbull
, which would be a different set of aliases for phrases ... does that make sense? -Mike -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Doug Turnbull
.472066.n3.nabble.com/Have-anyone-used-Automatic-Phrase-Tokenization-AutoPhrasingTokenFilterFactory-tp4173808p4174109.html Sent from the Solr - User mailing list archive at Nabble.com. -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

Escaping of parametrized queries {v=$q}

2014-12-15 Thread Doug Turnbull
query parser into escaping? Or am I just best not using parameterized queries, and instead should I force the burden onto the client to send: bq={!field f=someField}c++ Any ideas on clean ways to solve this problem? Thanks, -- Doug Turnbull Search Big Data Architect OpenSource Connections http

Re: Escaping of parametrized queries {v=$q}

2014-12-15 Thread Doug Turnbull
?gid=6713853 On 15 December 2014 at 11:05, Doug Turnbull dturnb...@opensourceconnections.com wrote: Hello all, I've been working on a search project that has a lot of special characters in text (its programming language content). We use edismax as a base query parser, but will use

Re: Keepwords DataImportHandler

2014-12-17 Thread Doug Turnbull
.html Sent from the Solr - User mailing list archive at Nabble.com. -- Doug Turnbull Search Big Data Architect OpenSource Connections http://o19s.com

Re: Query always fail if row value is too high

2015-02-09 Thread Doug Turnbull
/Query-always-fail-if-row-value-is-too-high-tp4185047.html Sent from the Solr - User mailing list archive at Nabble.com. -- Doug Turnbull Search Relevance Lead OpenSource Connections http://o19s.com

Re: Multilevel nested level support using Solr

2015-04-20 Thread Doug Turnbull
be updated even if 1 of the doc in the nest is updated. Thanks Steve -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Taming Search http://manning.com/turnbull from Manning Publications This e-mail and all

Re: Custom Query Implementation?

2015-04-28 Thread Doug Turnbull
-D5WXsl4s https://www.youtube.com/watch?v=UotgfwNpqrs Hope that helps, -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Taming Search http://manning.com/turnbull from Manning Publications This e-mail and all

Re: analyzer, indexAnalyzer and queryAnalyzer

2015-04-29 Thread Doug Turnbull
parser tries to be smart and turn hot dog into hot OR dog, or more specifically making them two must clauses. This trips quite a few folks up, you can use the field query parser which uses the field as a phrase query. Hope that helps -- *Doug Turnbull **| *Search Relevance Consultant

Re: Integrating Solr with an existing web application - and SolrJ

2015-04-27 Thread Doug Turnbull
. -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-Solr-with-an-existing-web-application-and-SolrJ-tp4202611.html Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC

Re: analyzer, indexAnalyzer and queryAnalyzer

2015-04-29 Thread Doug Turnbull
something totally different by query parser? Thanks Steve On Wed, Apr 29, 2015 at 4:18 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: * 1) If the content of indexAnalyzer and queryAnalyzer are exactly the same,that's the same as if I have an analyzer only, right?* 1

Re: analyzer, indexAnalyzer and queryAnalyzer

2015-04-30 Thread Doug Turnbull
in the edismax query parser? hon-lucene-synonyms plugin links corrections: http://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr/ https://github.com/healthonnet/hon-lucene-synonyms On Wed, Apr 29, 2015 at 9:24 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: So Solr has

Re: Relevancy Scoring

2015-05-18 Thread Doug Turnbull
, there's less of a chance the coordinating factor (known as coord) would punish your relevancy score. Otherwise, don't know -- perhaps you could give us more information on how you're searching your documents? Perhaps a sample Solr URL that shows how you're querying? Cheers, -- *Doug Turnbull

Re: Relevancy Scoring

2015-05-18 Thread Doug Turnbull
Also, I wouldn't expect at all that query-to-query you'll get comparable scores. I'm not at all surprised that suddenly you get big swings in scoring. So many parts of the scoring equation can change query to query. On Mon, May 18, 2015 at 2:18 PM, Doug Turnbull dturnb

Re: Relevancy Scoring

2015-05-18 Thread Doug Turnbull
On Mon, May 18, 2015 at 2:18 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: The maxScore is 772 when I remove the description. I suppose the actual question, then, is if a low relevancy score on one field hurts the rest of them / the cumulative score, This depends

Re: Relevancy Scoring

2015-05-18 Thread Doug Turnbull
Solr is trolling me at this point :p -- *John Blythe* Product Manager Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Mon, May 18, 2015 at 2:34 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: You might just need

Re: Relevancy Scoring

2015-05-18 Thread Doug Turnbull
, 2015 at 4:47 PM, Doug Turnbull dturnb...@opensourceconnections.com javascript:; wrote: Hey John, I think you likely do need to think about escaping the query operators. I doubt the Solr admin could tell the difference. For analysis, have you looked at the handy analysis tool

Re: Change scoring method

2015-04-15 Thread Doug Turnbull
work. So I've blogged/spoken about it http://opensourceconnections.com/blog/2014/01/20/build-your-own-custom-lucene-query-and-scorer/ https://www.youtube.com/watch?v=UotgfwNpqrs Hope that helps, -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http

Re: Issue with German search

2015-05-19 Thread Doug Turnbull
-tp4206104p4206306.html Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Relevant Search http://manning.com/turnbull from Manning

Re: Issue with German search

2015-05-19 Thread Doug Turnbull
-tp4206104p4206357.html Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Relevant Search http://manning.com/turnbull from Manning

[ANN] Relevant Search -- The Book on Search Relevance

2015-05-20 Thread Doug Turnbull
, we'd be open to your ideas (or even help:-p) on how to best do this from the community. Happy Searching! -Doug Turnbull John Berryman -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Relevant Search http

Re: When is too many fields in qf is too many?

2015-05-20 Thread Doug Turnbull
on relevancy is very interesting, I didn't know this. Looks like I have to go back to my drawing board and figure out an alternative solution: somehow get those group-based-fields data into a single field using copyField. Thanks Steve On Wed, May 20, 2015 at 11:17 AM, Doug Turnbull dturnb

Re: Per field mm parameter

2015-05-28 Thread Doug Turnbull
structure... https://lucidworks.com/blog/whats-a-dismax/ -Hoss http://www.lucidworks.com/ -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http://www.opensourceconnections.com Author: Relevant Search http://manning.com/turnbull from

Re: When is too many fields in qf is too many?

2015-05-20 Thread Doug Turnbull
could easily write a plugin to integrate it into a query parser: https://github.com/elastic/elasticsearch/blob/master/src/main/java/org/apache/lucene/queries/BlendedTermQuery.java Hope that helps -Doug -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983

Re: Issue with German search

2015-05-19 Thread Doug Turnbull
this message in context: http://lucene.472066.n3.nabble.com/Issue-with-German-search-tp4206104p4206341.html Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections, LLC | 240.476.9983 | http

Re: When is too many fields in qf is too many?

2015-05-26 Thread Doug Turnbull
str name=indenttrue/str /lst /requestHandler Or must tie be passed as part of the URL? Thanks Steve On Wed, May 20, 2015 at 2:58 PM, Doug Turnbull dturnb...@opensourceconnections.com wrote: Yeah a copyField into one could be a good space/time tradeoff. It can

Re: pre-loaded function-query?

2015-08-18 Thread Doug Turnbull
/15d634b9ef2ea52e86994d7722da384dfceb8b66/solr/core/src/java/org/apache/solr/search/ExtendedDismaxQParser.java#L446 You could easily re-purpose to your needs -Doug On Tue, Aug 18, 2015 at 7:59 PM, Paul Libbrecht p...@hoplahup.net wrote: Doug Turnbull wrote: I'm not sure if you mean organizing function queries

Re: pre-loaded function-query?

2015-08-18 Thread Doug Turnbull
practical method Seems like range-queries could be done but I do not find how I can do it with function-queries. Is there an example somewhere? thanks Paul -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections http://opensourceconnections.com, LLC | 240.476.9983

Re: [ANN] New Features For Splainer

2015-07-30 Thread Doug Turnbull
. -Original Message- From: Doug Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Friday, July 24, 2015 3:47 PM To: solr-user@lucene.apache.org Subject: [ANN] New Features For Splainer First, I wanted to humbly thank the Solr community for their contributions and feedback

[ANN] New Features For Splainer

2015-07-24 Thread Doug Turnbull
more smaller features and tweaks, but I wanted to let you know this was out there. I hope you find Splainer useful. I'm very happy to field pull requests, ideas, suggestions, or try to figure out why Splainer isn't working for you! Cheers! -- *Doug Turnbull **| *Search Relevance Consultant

Re: Queries for many terms

2015-11-02 Thread Doug Turnbull
uery object/parser. > > I understand that Lucene isn't well suited to this scenario. Any > suggestions as to how to make this more efficient? Does the TermsQuery > work differently from the BooleanQuery regarding large numbers of terms? > > Upayavira > -- *Doug Turnbull

Re: OpenNLP plugin or similar NER software for Solr ??? !!!

2015-11-04 Thread Doug Turnbull
gt; > > > This e-mail and any attachments may contain confidential material for > > > the sole use of the intended recipient(s). Any review or distribution > > > by others is strictly prohibited. If you are not the intended > > > recipient, please contact the sender and delet

Re: Boosting a document score when advertised! Please help!

2015-11-05 Thread Doug Turnbull
cake with hazelnuts". So those recipes that match the > > query terms and their authors paid to be listed first need to be > > returned first, ahead of the unpaid ones that match the query. > > > > How do I do that in Solr? > > PLEASE HELP! > > Regards, >

Re: Solr results relevancy / scoring

2015-11-06 Thread Doug Turnbull
; > Solr results contain several documents that are > > 15% > 15% > 15% > 15% > 15 (why?) > 15% > 15% > > I have debugged the query and can see that the score for 15 is higher than > the ones below it. > > Why is that? Where can I read in detail about h

Re: Lucene Revolution ?

2015-10-18 Thread Doug Turnbull
t; > > > > > > > > > > > On Oct 18, 2015, at 01:02, William Bell <billnb...@gmail.com > <javascript:;>> wrote: > > > > > > > > How did Lucene Revolution 2015 go last week? > > > > > > > > Also, what about Amazon's release

Re: Forking Solr

2015-10-16 Thread Doug Turnbull
st suites do I run for > > what changes? > > *) how do I build a new version when I'm ready to go to prod? This is > > slightly more unclear to me now that it isn't just a war. > > > > Thanks, > > Ryan > -- *Doug Turnbull **| *Search Relevance Consult

Re: Scramble data

2015-10-08 Thread Doug Turnbull
isplay the real > data, which contains our customer information and so is sensitive data. > What's the best way to scramble the data of the Solr Query results? By best > I mean the simplest way with least amount of work. BTW, we have a .NET > front end application. > > Thanks, >

Re: Using solr with cassandra

2015-08-30 Thread Doug Turnbull
in context: http://lucene.472066.n3.nabble.com/Using-solr-with-cassandra-tp4226137p4226143.html Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections http://opensourceconnections.com, LLC | 240.476.9983 Author

Re: Using solr with cassandra

2015-08-30 Thread Doug Turnbull
Sent from the Solr - User mailing list archive at Nabble.com. -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections http://opensourceconnections.com, LLC | 240.476.9983 Author: Relevant Search http://manning.com/turnbull This e-mail and all contents, including attachments

Re: Stemmer and stopword Development

2015-09-10 Thread Doug Turnbull
gt; > > > > > > On 10 September 2015 at 13:23, Upayavira <u...@odoko.co.uk> wrote: > > > > > > > > > > > > > > > > > > > On Thu, Sep 10, 2015, at 04:45 AM, Imtiaz Shakil Siddique wrote: > > > > > >

Re: Sleep function query a big security hole?

2015-09-27 Thread Doug Turnbull
Great! Thanks -Doug On Sun, Sep 27, 2015 at 9:28 AM, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > +1, I agree. Opened https://issues.apache.org/jira/browse/SOLR-8099 > Thanks, > Ishan > > On Sun, Sep 27, 2015 at 5:22 AM, Doug Turnbull < > dturnb...@opens

Re: SetBoost for dismax query

2015-09-26 Thread Doug Turnbull
calling SetBoost on a dismax query would > impact its dijuncts [which could be dismax or boolean] > > Thanks and regards, > Gajendra Dadheech > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>, LLC | 240.476.9983 Author:

Sleep function query a big security hole?

2015-09-26 Thread Doug Turnbull
ps in them. Is this a concern? I realize there may be test purposes to sleep a function query, but I'm trying to think if there's really practical purpose to having sleep here. Best, -Doug -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnecti

Re: Sleep function query a big security hole?

2015-09-26 Thread Doug Turnbull
Relevant code http://grepcode.com/file/repo1.maven.org/maven2/org.apache.solr/solr-core/5.2.0/org/apache/solr/search/ValueSourceParser.java#126 On Saturday, September 26, 2015, Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > I noticed a while back that "sleep"

Re: SetBoost for dismax query

2015-09-26 Thread Doug Turnbull
do is apply boost on dismax and then after that > remove boost from its child to retain sanctity. > > I hope i made it clear. > > > Thanks and regards, > Gajendra Dadheech > > > On Sat, Sep 26, 2015 at 9:02 PM, Doug Turnbull < > dturnb...@opensourceconnections.com&

Re: Regression tests and evaluate quality of results

2015-09-30 Thread Doug Turnbull
e if that's not correct or if there is a any standad to follow. > Any help would be much appreciate. > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Regression-tests-and-evaluate-quality-of-results-tp4232047.html > Sent from t

Re: Taking Solr to production with docker

2015-09-23 Thread Doug Turnbull
nything specific that is needed to run Solr > inside Docker? Is there something you have in mind? > > Upayavira > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>, LLC | 240.476.9983 Author: Relevant Search

Re: boost functions

2015-09-23 Thread Doug Turnbull
st regards, > Vincenzo > > -- > Vincenzo D'Amore > email: v.dam...@gmail.com > skype: free.dev > mobile: +39 349 8513251 > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>, LLC | 240.476.9983 Author: Relevan

Re: Taking Solr to production with docker

2015-09-23 Thread Doug Turnbull
com/o19s/solr-docker. I'm happy to answer any questions >> about them. >> >> ~Chris >> >> On Wed, Sep 23, 2015 at 8:47 AM Doug Turnbull < >> dturnb...@opensourceconnections.com> wrote: >> >> > Our test Solr and Elasticsearch instances for Quepi

Re: is there a way to remove deleted documents from index without optimize

2015-09-22 Thread Doug Turnbull
x-without-optimize-tp4230691.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>, LLC | 240.476.9983 Author: Relevant Search <http://manning.com/t

Re: Ideas

2015-09-21 Thread Doug Turnbull
- > Managing Board: Jürgen Hatzipantelis (CEO) > Address of Record: 64331 Weiterstadt, Germany; Commercial Register: > Amtsgericht Darmstadt HRB 6450; Tax Number: DE 172 993 071 > > > > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connecti

Re: AJAX access to Solr Server

2015-12-25 Thread Doug Turnbull
cation. > > Happy searching, > Eric > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>, LLC | 240.476.9983 Author: Relevant Search <http://manning.com/turnbull> This e-mail and all contents, including attachmen

Re: AJAX access to Solr Server

2015-12-25 Thread Doug Turnbull
elevant data. If the > parameters don't validate, return an error, and handle that error > appropriately in the javascript code. > > Thanks, > Shawn > > -- *Doug Turnbull **| *Search Relevance Consultant | OpenSource Connections <http://opensourceconnections.com>

Re: AJAX access to Solr Server

2015-12-25 Thread Doug Turnbull
erwise it is very easy for anyone to delete all your documents with > > http://yoursolrserver.com:8983/solr/your-core/update?stream.body= > *:*=true > > > > > On 25 December 2015 at 20:42, Doug Turnbull < > dturnb...@opensourceconnections.com <javascript:;>> wr

Re: AJAX access to Solr Server

2015-12-26 Thread Doug Turnbull
ocal paper. My email was f###'d and my phone was > ringing off the hook. > > Cheers, > > GW > > > On 25 December 2015 at 21:55, Doug Turnbull < > dturnb...@opensourceconnections.com <javascript:;>> wrote: > > > Yeah I prefer a whitelist of locked down qu

Re: Solr UI open source

2015-11-26 Thread Doug Turnbull
e way requests? > > > > Thanks, > > Shani > > > > > > > > - > > Intel Electronics Ltd. > > > > This e-mail and any attachments may contain confidential material for >

Re: Solr UI open source

2015-11-26 Thread Doug Turnbull
for basic solr UI? Ajax-solr or banana? > >> > There is another option? Something that also update the solr and not > >> only one way requests? > >> > > >> > Thanks, > >> > Shani > >> > > >> > > >> > > >> &

Re: Solr UI open source

2015-11-26 Thread Doug Turnbull
That sounded defensive :) Just sharing our experience. I also don't mind being corrected, especially if there's an issue with the config here. Cheers -Doug On Thu, Nov 26, 2015 at 11:28 AM, Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > Nope, it's more of a template. Bu

Re: Solr UI open source

2015-11-26 Thread Doug Turnbull
gt;Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 26 November 2015 at 11:29, Doug Turnbull > <dturnb...@opensourceconnections.com> wrote: > > That sounded defensive :) Just sharing our ex

Re: Stemming Help

2016-06-05 Thread Doug Turnbull
What output are you seeing exactly from the analysis UI? It's also interesting you're not lowercasing after tokeinzation. On Sun, Jun 5, 2016 at 10:42 AM Georg Sorst wrote: > Without having more context: > > How do you know that it is not working? > What is the output you

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread Doug Turnbull
Mary Jo, Honestly half the time I run into this problem, I end up creating a QParserPlugin because I need to do something specific. With a QParserPlugin I can run whatever analysis, slicing and dicing of the query string to manually construct whatever I need to

Re: Boost(bf) function in solr

2016-05-30 Thread Doug Turnbull
Let's say you're building search for your blog. If popularity is say number of page views, than a handful might have a million (they made it to hacker news and slashdot). A few dozen may have hundreds of thousand (they only made it to slashdot). The vast majority might have less than 100 page

Re: [ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-22 Thread Doug Turnbull
mprove it. It's very well-written, and definitely worth the read. > > Congrats again, guys. > > Trey Grainger > Co-author, Solr in Action > SVP of Engineering @ Lucidworks > > On Tue, Jun 21, 2016 at 2:12 PM, Doug Turnbull < > dturnb...@opensourceconnections.com> wrote: &

[ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-21 Thread Doug Turnbull
Not much more to add than my post here! This book is targeted towards Lucene-based search (Elasticsearch and Solr) relevance. Announcement with discount code: http://opensourceconnections.com/blog/2016/06/21/relevant-search-published/ Related hacker news thread:

Re: [ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-21 Thread Doug Turnbull
he mailing list there!! Best -Doug On Tue, Jun 21, 2016 at 2:16 PM Will Hayes <w...@lucidworks.com> wrote: > W00t! Congrats! > On Jun 21, 2016 8:12 PM, "Doug Turnbull" < > dturnb...@opensourceconnections.com> wrote: > > > Not much more to add than my p

Re: [ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-23 Thread Doug Turnbull
Thanks John, and Mary Joe Yeah it's definitely more about "relevance" than ES or Solr. So the choice in search engine is more an implementation detail. We chose ES because it's more book/educational friendly, not necessarily because it's the best choice as a search engine. It's query language is

Re: [ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-23 Thread Doug Turnbull
For those who can't get enough of me and John, you can see us live at 2PM ET today talk about the book. Come bring your questions! :) https://blab.im/matthew-l-overstreet-relevant-search-and-building-a-search-practice-jfgn2g On Wed, Jun 22, 2016 at 8:45 AM Doug Turnbull < dtu

  1   2   >