TimeAllowed bug

2015-08-24 Thread Bill Bell
the timeAllowed parameter is present. Bill Bell Sent from mobile

Re: Solr performance is slow with just 1GB of data indexed

2015-08-23 Thread Bill Bell
We use 8gb to 10gb for those size indexes all the time. Bill Bell Sent from mobile > On Aug 23, 2015, at 8:52 AM, Shawn Heisey wrote: > >> On 8/22/2015 10:28 PM, Zheng Lin Edwin Yeo wrote: >> Hi Shawn, >> >> Yes, I've increased the heap size to 4GB alrea

Re: solr multicore vs sharding vs 1 big collection

2015-08-03 Thread Bill Bell
Yeah a separate by month or year is good and can really help in this case. Bill Bell Sent from mobile > On Aug 2, 2015, at 5:29 PM, Jay Potharaju wrote: > > Shawn, > Thanks for the feedback. I agree that increasing timeout might alleviate > the timeout issue. The main problem

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread Bill Bell
It would be cool to be able to set 2 group by with facets >> GROUP BY >>site_id, keyword Bill Bell Sent from mobile On Jun 13, 2015, at 2:28 PM, Yonik Seeley wrote: >> GROUP BY >>site_id, keyword

Re: Facet

2015-04-05 Thread Bill Bell
name. Like this: proc_ps122 Thoughts ? So far I heard solcloud, docvalues as viable solutions. Stay away from enum. Bill Bell Sent from mobile > On Apr 5, 2015, at 2:56 AM, Toke Eskildsen wrote: > > William Bell wrote: > Sent: 05 April 2015 06:20 > To: solr-user@lucene.apach

Re: ZFS File System for SOLR 3.6 and SOLR 4

2015-03-28 Thread Bill Bell
Is the an advantage for Xfs over ext4 for Solr ? Anyone done testing? Bill Bell Sent from mobile > On Mar 27, 2015, at 8:14 AM, Shawn Heisey wrote: > >> On 3/27/2015 12:30 AM, abhi Abhishek wrote: >> i am trying to use ZFS as filesystem for my Linux Environment

Re: How to boost documents at index time?

2015-03-28 Thread Bill Bell
Issue a Jura ticket ? Did you try debugQuery ? Bill Bell Sent from mobile > On Mar 28, 2015, at 1:49 AM, CKReddy Bhimavarapu wrote: > > I am want to boost docs at index time, I am doing this using boost > parameter in doc field . > but I can't see direct impact

Re: Sort on multivalued attributes

2015-02-09 Thread Bill Bell
Definitely needed !! Bill Bell Sent from mobile > On Feb 9, 2015, at 5:51 AM, Jan Høydahl wrote: > > Sure, vote for it. Number of votes do not directly make prioritized sooner. > So you better also add a comment to the JIRA, it will raise committer's > attention. > E

Re: Collations are not working fine.

2015-02-09 Thread Bill Bell
Can you order the collation a by highest to lowest hits ? Bill Bell Sent from mobile > On Feb 9, 2015, at 6:47 AM, Nitin Solanki wrote: > > I am working on spell checking in Solr. I have implemented Suggestions and > collations in my spell checker component. > > Most of t

Re: How large is your solr index?

2015-01-03 Thread Bill Bell
For Solr 5 why don't we switch it to 64 bit ?? Bill Bell Sent from mobile > On Dec 29, 2014, at 1:53 PM, Jack Krupansky wrote: > > And that Lucene index document limit includes deleted and updated > documents, so even if your actual document count stays under 2^31-1, > d

Re: Old facet value doesn't go away after index update

2014-12-19 Thread Bill Bell
Set mincount=1 Bill Bell Sent from mobile > On Dec 19, 2014, at 12:22 PM, Tang, Rebecca wrote: > > Hi there, > > I have an index that has a field called collection_facet. > > There was a value 'Ness Motley Law Firm Documents' that we wanted to update >

Re: Solr Dynamic Field Performance

2014-09-14 Thread Bill Bell
How about perf if you dynamically create 5000 fields ? Bill Bell Sent from mobile > On Sep 14, 2014, at 10:06 AM, Erick Erickson wrote: > > Dynamic fields, once they are actually _in_ a document, aren't any > different than statically defined fields. Literally, there&#x

Re: How to solve?

2014-09-06 Thread Bill Bell
the values and add them. Else take the max value for the 2 specialties. Make sense now ? Seems like I need to create a payload and my own custom function. Bill Bell Sent from mobile > On Sep 6, 2014, at 12:57 PM, Erick Erickson wrote: > > Here's a blog with an end-to-end example

Re: embedded documents

2014-08-24 Thread Bill Bell
See my Jira. It supports it via json.fsuffix=_json&wt=json http://mail-archives.apache.org/mod_mbox/lucene-dev/201304.mbox/%3CJIRA.12641293.1365394604231.125944.1365397875874@arcas%3E Bill Bell Sent from mobile > On Aug 24, 2014, at 6:43 AM, "Jack Krupansky" wrote: > >

Re: SolrCloud Scale Struggle

2014-08-02 Thread Bill Bell
Auto correct not good Corrected below Bill Bell Sent from mobile > On Aug 2, 2014, at 11:11 AM, Bill Bell wrote: > > Seems way overkill. Are you using /get at all ? If you need the docs avail > right away - why ? How about after 30 seconds ? How many docs do you get > a

Re: SolrCloud Scale Struggle

2014-08-02 Thread Bill Bell
machine. Then if you need faster avail if docs you really need to ask why. Why not later? If it got search or just showing the user the info ? If for showing maybe query a not indexes table for the few not yet indexed ?? Or just store in a db to show the user the info and index later? Bill Bell

Latest jetty

2014-07-26 Thread Bill Bell
Since we are now on latest Java JDK can we move to Jetty 9? Thoughts ? Bill Bell Sent from mobile

Re: stucked with log4j configuration

2014-04-12 Thread Bill Bell
Well I hope log4j2 is something Solr supports when GA Bill Bell Sent from mobile > On Apr 12, 2014, at 7:26 AM, Aman Tandon wrote: > > I have upgraded my solr4.2 to solr 4.7.1 but in my logs there is an error > for log4j > > log4j: Could not find resource > > Pleas

Re: boost results within 250km

2014-04-09 Thread Bill Bell
Just take geodist and use the map function and send to bf or boost Bill Bell Sent from mobile > On Apr 9, 2014, at 8:26 AM, Erick Erickson wrote: > > Why do you want to do this? This sounds like an XY problem, you're > asking how to do something specific without explai

Re: Luke 4.6.1 released

2014-02-16 Thread Bill Bell
Yes it works with Solr Bill Bell Sent from mobile > On Feb 16, 2014, at 3:38 PM, Alexandre Rafalovitch wrote: > > Does it work with Solr? I couldn't tell what the description was from > this repo and it's Solr relevance. > > I am sure all the long timers kn

Status if 4.6.1?

2014-01-18 Thread Bill Bell
We just need the bug fix for Solr.xml https://issues.apache.org/jira/browse/SOLR-5543 Bill Bell Sent from mobile

Re: Call to Solr via TCP

2013-12-10 Thread Bill Bell
Yeah open socket to port and send correct Get syntax and Solr will respond with results... Bill Bell Sent from mobile > On Dec 10, 2013, at 2:50 PM, Doug Turnbull > wrote: > > Zwer, is there a reason you need to do this? Its probably very hard to > get solr to speak TCP

Re: Reverse mm(min-should-match)

2013-11-22 Thread Bill Bell
This is an awesome idea! Sent from my iPad > On Nov 22, 2013, at 12:54 PM, Doug Turnbull > 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 of a > field must match a query. > > The problem I'

Re: NullPointerException

2013-11-22 Thread Bill Bell
It seems to be a modified row and referenced in EvaluatorBag. I am not familiar with either. Sent from my iPad > On Nov 22, 2013, at 3:05 AM, Adrien RUFFIE wrote: > > Hello all, > > I have perform a full indexation with solr, but when I try to perform an > incrementation indexation I get the

Re: useColdSearcher in SolrCloud config

2013-11-22 Thread Bill Bell
Wouldn't that be true means use cold searcher? It seems backwards to me... Sent from my iPad > On Nov 22, 2013, at 2:44 AM, ade-b wrote: > > Hi > > The definition of useColdSearcher config element in solrconfig.xml is > > "If a search request comes in and there is no current registered search

Re: How to work with remote solr savely?

2013-11-22 Thread Bill Bell
Do you have a sample jetty XML to setup basic auth for updates in Solr? Sent from my iPad > On Nov 22, 2013, at 7:34 AM, "michael.boom" wrote: > > Use HTTP basic authentication, setup in your servlet container > (jetty/tomcat). > > That should work fine if you are *not* using SolrCloud. > >

Re: Jetty 9?

2013-11-07 Thread Bill Bell
So no Jetty 9 until Solr 5? Java 7 is at rel 40 Is that our commitment to not require Java 7 until Solr 5? Most people are probably already on Java 7... Bill Bell Sent from mobile > On Nov 7, 2013, at 1:29 AM, Furkan KAMACI wrote: > > Here is an issue points to that

Re: Performance of "rows" and "start" parameters

2013-11-04 Thread Bill Bell
Do you want to look thru then all ? Have you considered Lucene API? Not sure if that is better but it might be. Bill Bell Sent from mobile > On Nov 4, 2013, at 6:43 AM, "michael.boom" wrote: > > I saw that some time ago there was a JIRA ticket dicussing this, but still i

Re: Core admin: create new core

2013-11-04 Thread Bill Bell
You could pre create a bunch of directories and base configs. Create as needed. Then use schema less API to set it up ... Or make changes in a script and reload the core.. Bill Bell Sent from mobile > On Nov 4, 2013, at 6:06 AM, Erick Erickson wrote: > > Right, this has been an is

Re: Proposal for new feature, cold replicas, brainstorming

2013-10-27 Thread Bill Bell
Yeah replicate to a DR site would be good too. Bill Bell Sent from mobile > On Oct 24, 2013, at 6:27 AM, yriveiro wrote: > > I'm wondering some time ago if it's possible have replicas of a shard > synchronized but in an state that they can't accept queries only upd

Re: Solr - what's the next big thing?

2013-10-26 Thread Bill Bell
Full JSON support deep complex object indexing and search Game changer Bill Bell Sent from mobile > On Oct 26, 2013, at 1:04 PM, Otis Gospodnetic > wrote: > > Hi, > >> On Sat, Oct 26, 2013 at 5:58 AM, Saar Carmi wrote: >> LOL, Jack. I can imagine Otis say

Re: Spatial Distance Range

2013-10-22 Thread Bill Bell
Yes frange works Bill Bell Sent from mobile > On Oct 22, 2013, at 8:17 AM, Eric Grobler wrote: > > Hi Everyone, > > Normally one would search for documents where the location is within a > specified distance, for example widthin 5 km: > fq={!geofilt pt=45.15,-93.85 sfi

Re: Skipping caches on a /select

2013-10-17 Thread Bill Bell
But global on a qt would be awesome !!! Bill Bell Sent from mobile > On Oct 17, 2013, at 2:43 PM, Yonik Seeley wrote: > > There isn't a global "cache=false"... it's a local param that can be > applied to any "fq" or "q" parameter independe

Re: DIH

2013-10-15 Thread Bill Bell
We are NOW CPU bound Thoughts ??? Bill Bell Sent from mobile > On Oct 15, 2013, at 8:49 PM, Bill Bell wrote: > > We have a custom Field processor in DIH and we are not CPU bound on one > core... How do we thread it ?? We need to use more cores > > The box has 32

DIH

2013-10-15 Thread Bill Bell
We have a custom Field processor in DIH and we are not CPU bound on one core... How do we thread it ?? We need to use more cores The box has 32 cores and 1 is 100% CPU bound. Ideas ? Bill Bell Sent from mobile

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Bill Bell
Does this work ? I can suggest -XX:-UseLoopPredicate to switch off predicates. ??? Which version of 7 is recommended ? Bill Bell Sent from mobile > On Oct 10, 2013, at 11:29 AM, "Smiley, David W." wrote: > > *Don't* use JDK 7u40, it's been known to cause i

Re: Field with default value and stored=false, will be reset back to the default value in case of updating other fields

2013-10-09 Thread Bill Bell
You have to update the whole record including all fields... Bill Bell Sent from mobile > On Oct 9, 2013, at 7:50 PM, deniz wrote: > > hi all, > > I have encountered some problems and post it on stackoverflow here: > http://stackoverflow.com/questions/19285251/solr-field-

Re: Solr 4.5 spatial search - distance and score

2013-09-13 Thread Bill Bell
You can apply his 4.5 patches to 4.4 or take trunk and it is there Bill Bell Sent from mobile On Sep 12, 2013, at 6:23 PM, Weber wrote: > I'm trying to get score by using a custom boost and also get the distance. I > found David's code* to get it using "Intersects",

Re: Some highlighted snippets aren't being returned

2013-09-08 Thread Bill Bell
Zip up all your configs Bill Bell Sent from mobile On Sep 8, 2013, at 3:00 PM, "Eric O'Hanlon" wrote: > Hi again Everyone, > > I didn't get any replies to this, so I thought I'd re-send in case anyone > missed it and has any thoughts. > > Tha

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-27 Thread Bill Bell
Index and query analyzer type="index"> Bill Bell Sent from mobile On Aug 26, 2013, at 5:42 AM, skorrapa wrote: > I have also re indexed the data and tried. And also tried with the belowl > sortMissingLast=&qu

Re: Concat 2 fields in another field

2013-08-27 Thread Bill Bell
If for search just copyField into a multivalued field Or do it on indexing using DIH or code. A rhino script works too. Bill Bell Sent from mobile On Aug 27, 2013, at 7:15 AM, "Jack Krupansky" wrote: > I have additional examples in the two most recent early access releases

Re: How might one search for dupe IDs other than faceting on the ID field?

2013-07-30 Thread Bill Bell
This seems like a fairly large issue. Can you create a Jira issue ? Bill Bell Sent from mobile On Jul 30, 2013, at 12:34 PM, Dotan Cohen wrote: > On Tue, Jul 30, 2013 at 9:21 PM, Aloke Ghoshal wrote: >> Does adding facet.mincount=2 help? >> >> > > In fact, when

Re: Performance question on Spatial Search

2013-07-29 Thread Bill Bell
Can you compare with the old geo handler as a baseline. ? Bill Bell Sent from mobile On Jul 29, 2013, at 4:25 PM, Erick Erickson wrote: > This is very strange. I'd expect slow queries on > the first few queries while these caches were > warmed, but after that I'd expect t

Re: How to setup SimpleFSDirectoryFactory

2012-07-22 Thread Bill Bell
MMapDirectoryFactory it goes back down. When is the MMap supposed to release memory ? It only does it on JVM restart now. Bill Bell Sent from mobile On Jul 22, 2012, at 6:21 AM, geetha anjali wrote: > It happens in 3.6, for this reasons I thought of moving to solandra. > If I do a commit, t

Re: How to setup SimpleFSDirectoryFactory

2012-07-19 Thread Bill Bell
th a helper in solrconfig.xml... >> >> if (Constants.WINDOWS) { >> if (MMapDirectory.UNMAP_SUPPORTED && Constants.JRE_IS_64BIT) >> return new MMapDirectory(path, lockFactory); >> else >>return new SimpleFSDirectory(path, lockFactory); >> } else { >>return new NIOFSDirectory(path, lockFactory); >> } >> } >> >> >> >> -- >> Bill Bell >> billnb...@gmail.com >> cell 720-256-8076 > >

Re: Mmap

2012-07-16 Thread Bill Bell
Any thought on this? Is the default Mmap? Sent from my mobile device 720-256-8076 On Feb 14, 2012, at 7:16 AM, Bill Bell wrote: > Does someone have an example of using unmap in 3.5 and chunksize? > > I am using Solr 3.5. > > I noticed in solrconfig.x

Re: Problem with sorting solr docs

2012-07-04 Thread Bill Bell
Would all optional fields need the sortmissinglast and sortmissingfirst set even when not sorting on that field? Seems broken to me. Sent from my Mobile device 720-256-8076 On Jul 3, 2012, at 6:45 AM, Shubham Srivastava wrote: > Just adding to the below--> If there is a field(say X) which is

Re: UI

2012-05-21 Thread Bill Bell
The php.net plugin is the best. SolrPHPClient is missing several features. Sent from my Mobile device 720-256-8076 On May 21, 2012, at 6:35 AM, Tolga wrote: > Hi, > > Can you recommend a good PHP UI to search? Is SolrPHPClient good?

Re: slave index not cleaned

2012-05-14 Thread Bill Bell
This is a known issue in 1.4 especially in Windows. Some of it was resolved in 3x. Bill Bell Sent from mobile On May 14, 2012, at 5:54 AM, Erick Erickson wrote: > Hmmm, replication will require up to twice the space of the > index _temporarily_, just checking if that's what yo

Re: Is it possible to limit the bandwidth of replication

2012-05-09 Thread Bill Bell
+1 as well especially for larger indexes Sent from my Mobile device 720-256-8076 On May 9, 2012, at 9:46 AM, Jan Høydahl wrote: >> I think we have to add this for java based rep. > +1 >

Re: Replication. confFiles and permissions.

2012-05-09 Thread Bill Bell
Why would you replicate data import properties? The master does the importing not the slave... Sent from my Mobile device 720-256-8076 On May 9, 2012, at 7:23 AM, stockii wrote: > Hello. > > > i running a solr replication. works well, but i need to replicate my > dataimport-properties. > >

Re: Solritas in production

2012-05-08 Thread Bill Bell
I would not use Solaritas unless for very rudimentary solutions and prototypes. Sent from my Mobile device 720-256-8076 On May 6, 2012, at 6:02 AM, András Bártházi wrote: > Hi, > > We're currently evaluating Solr as a Sphinx replacement. Our site has > 1.000.000+ pageviews a day, it's a real e

Re: Does Solr fit my needs?

2012-04-27 Thread Bill Bell
You could use SQL Server and External Fields in Solr to get what you need from the database on result of the query. Bill Bell Sent from mobile On Apr 27, 2012, at 8:31 AM, "G.Long" wrote: > Hi there :) > > I'm looking for a way to save xml files into some

Re: commit stops

2012-04-27 Thread Bill Bell
We also see extreme slowness using Solr 3.6 when trying to commit a delete. We also get hangs. We do 1 commit at most a week. Rebuilding from scratching using DIH works fine and has never hung. Bill Bell Sent from mobile On Apr 27, 2012, at 5:59 PM, "mav.p...@holidaylettings.co.uk&quo

Ampersand issue

2012-04-27 Thread Bill Bell
when using wt=XML ? Bill Bell Sent from mobile

Re: change index/store at indexing time

2012-04-27 Thread Bill Bell
Yes you can. Just use a script that is called for each row. Bill Bell Sent from mobile On Apr 27, 2012, at 6:38 PM, "Vazquez, Maria (STM)" wrote: > Hi, > I'm migrating a project from Lucene 2.9 to Solr 3.4. > There is a special case in the code that indexes the same f

Question concerning date fields

2012-04-20 Thread Bill Bell
We are loading a long (number of seconds since 1970?) value into Solr using java and Solrj. What is the best way to convert this into the right Solr date fields? Sent from my Mobile device 720-256-8076

Re: ExtractingRequestHandler

2012-04-01 Thread Bill Bell
I have had good luck with creating a separate core index for just data. This is a different core than the indexed core. Very fast. Bill Bell Sent from mobile On Apr 1, 2012, at 11:15 AM, Erick Erickson wrote: > Yes, you can. but Generally, storing the raw input in Solr is > not th

Re: Empty facet counts

2012-03-29 Thread Bill Bell
Send schema.xml and did you apply any patches? What version of Solr? Bill Bell Sent from mobile On Mar 29, 2012, at 5:26 AM, Youri Westerman wrote: > Hi, > > I'm currently learning how to use solr and everything seems pretty straight > forward. For some reason when I use f

Re: DataImportHandler: backups prior to full-import

2012-03-28 Thread Bill Bell
You could use the Solr Command Utility SCU that runs from Windows and can be scheduled to run. https://github.com/justengland/Solr-Command-Utility This is a windows system that will index using a core, and swap it if it succeeds. It works it's Solr. Let me know if you have any questions. On

Re: Performance Question

2012-03-19 Thread Bill Bell
The size of the index does matter practically speaking. Bill Bell Sent from mobile On Mar 19, 2012, at 11:41 AM, Mikhail Khludnev wrote: > Exactly. That's what I mean. > > On Mon, Mar 19, 2012 at 6:15 PM, Jamie Johnson wrote: > >> Mikhail, >> >> Thanks

Re: Solr core swap after rebuild in HA-setup / High-traffic

2012-03-17 Thread Bill Bell
DIH sets the time of update to the start time not the end time, So when the index is rebuilt, if you run an delta and use the update time you should be okay. We normally go back a few minutes to make sure we have all s a fail safe as well. Sent from my Mobile device 720-256-8076 On Mar 14, 201

Re: 3 Way Solr Join . . ?

2012-03-11 Thread Bill Bell
You can do concatenation johns and then put into Solr. You can denormalize the results. Everyone is telling you the same thing. Select customer_name, (select group_concat(city) from address where nameid=customers.nameid) as state_bar from customers DIH handler has a way to split on comma to add

Re: 3 Way Solr Join . . ?

2012-03-11 Thread Bill Bell
Sure we do this a lot for smaller indexes. Create a string field. Not text. Store it. Then it will come out when you do a simple select query. Sent from my Mobile device 720-256-8076 On Mar 11, 2012, at 11:09 AM, Angelyna Bola wrote: > William, > > :: You can also use external fiel

Re: Vector based queries

2012-03-11 Thread Bill Bell
It is way too slow Sent from my Mobile device 720-256-8076 On Mar 11, 2012, at 12:07 PM, Pat Ferrel wrote: > I found a description here: > http://cephas.net/blog/2008/03/30/how-morelikethis-works-in-lucene/ > > If it is the same four years later, it looks like lucene is doing an index > look

Re: Dynamically Load Query Time Synonym File

2012-02-26 Thread Bill Bell
It would depend. If the synonyms are used on indexing, you need to reindex. Otherwise, you could reload and use the synonyms on "query". On 2/26/12 4:05 AM, "Ahmet Arslan" wrote: > >> Is there a way to dynamically load a synonym file without >> restarting solr core ? > >There is an open jira fo

Re: Improving performance for SOLR geo queries?

2012-02-14 Thread Bill Bell
Can we get this back ported to 3x? Bill Bell Sent from mobile On Feb 14, 2012, at 3:45 AM, Matthias Käppler wrote: > hey thanks all for the suggestions, didn't have time to look into them > yet as we're feature-sprinting for MWC, but will report back with some > feedback

Mmap

2012-02-14 Thread Bill Bell
place that indicates it is set or not. I would assume StandardDirectoryFactory is being used but I do see (when I set it or NOT set it) Bill Bell Sent from mobile

Debugging on 3,5

2012-02-14 Thread Bill Bell
try to do this. Bill Bell Sent from mobile

FW: boost question. need boost to take a query like bq

2012-02-11 Thread Bill Bell
I did find a solution, but the output is horrible. Why does explain look so badly? 6.351252 = (MATCH) boost(*:*,query(specialties_ids: #1;#0;#0;#0;#0;#0;#0;#0;#0; ,def=0.0)), product of: 1.0 = (MATCH) MatchAllDocsQuery, product of: 1.0 = queryNorm 6.351252 = query(specialties_ids: #1;#0

boost question. need boost to take a query like bq

2012-02-11 Thread Bill Bell
We like the boost parameter in SOLR 3.5 with eDismax. The question we have is what we would like to replace bq with boost, but we get the "multi-valued field issue" when we try to do the equivalent queriesŠ HTTP ERROR 400 Problem accessing /solr/providersearch/select. Reason: can not use Fie

Re: Help with MMapDirectoryFactory in 3.5

2012-02-11 Thread Bill Bell
Also, does someone have an example of using unmap in 3.5 and chunksize? From: Bill Bell Date: Sat, 11 Feb 2012 10:39:56 -0700 To: Subject: Help with MMapDirectoryFactory in 3.5 I am using Solr 3.5. I noticed in solrconfig.xml: I don't see this parameter taking.. When

Help with MMapDirectoryFactory in 3.5

2012-02-11 Thread Bill Bell
I am using Solr 3.5. I noticed in solrconfig.xml: I don't see this parameter taking.. When I set -Dsolr.directoryFactory=solr.MMapDirectoryFactory How do I see the setting in the log or in stats.jsp ? I cannot find a place that indicates it is set or not. I would assume StandardDirectoryFact

Re: Performance issue: Frange with geodist()

2011-10-15 Thread Bill Bell
I added a Jira issue for this: https://issues.apache.org/jira/browse/SOLR-2840 On 10/13/11 8:15 AM, "Yonik Seeley" wrote: >On Thu, Oct 13, 2011 at 9:55 AM, Mikhail Khludnev > wrote: >> is it possible with geofilt and facet.query? >> >> facet.query={!geofilt pt=45.15,-93.85 sfield=store d=5} >

Re: what is the recommended way to store locations?

2011-10-06 Thread Bill Bell
You could client-side Google Geocoding on why the user typed in. Then get the lat,long returned from Google, and do a geo spatial searchŠ On 10/6/11 9:27 AM, "Jason Toy" wrote: >In our current system ,we have 3 fields for location, city, state, and >country.People in our system search for

Re: is there a way to know which mm value was used?

2011-10-05 Thread Bill Bell
It would be good to output the mm value for debugging. Something like mm_value = 2 Then you should know the results are right. On 10/5/11 9:58 AM, "Shawn Heisey" wrote: >On 10/5/2011 9:06 AM, elisabeth benoit wrote: >> thanks for answering. >> >> echoParams just echos mm value in solrconfig.xm

Re: Scoring of DisMax in Solr

2011-10-05 Thread Bill Bell
Markus, The calculation is correct. Look at your output. Result = queryWeight(text:gb) * fieldWeight(text:gb in 1) Result = (idf(docFreq=6, numDocs=26) * queryNorm) * (tf(termFreq(text:gb)=2) * idf(docFreq=6, numDocs=26) * fieldNorm(field=text, doc=1)) This you should notice that idf(docFreq=6

Re: Scoring of DisMax in Solr

2011-10-04 Thread Bill Bell
This seems like a bug to me. On 10/4/11 6:52 PM, "David Ryan" wrote: >Hi, > > >When I examine the score calculation of DisMax in Solr, it looks to me >that DisMax is using tf x idf^2 instead of tf x idf. >Does anyone have insight why tf x idf is not used here? > >Here is the score contributio

Re: Solr stopword problem in Query

2011-09-26 Thread Bill Bell
This is pretty serious issue Bill Bell Sent from mobile On Sep 26, 2011, at 4:09 AM, Isan Fulia wrote: > Hi all, > > I have a text field named* textForQuery* . > Following content has been indexed into solr in field textForQuery > *Coke Studio at MTV* > > when

Re: Search query doesn't work in solr/browse pnnel

2011-09-24 Thread Bill Bell
Yes. It appears that "&" cannot be encoded in the URL or there is really bad results. For example we get an error on first request, but if we refresh it goes away. On 9/23/11 2:57 PM, "hadi" wrote: >When I create a query like "something&fl=content" in solr/browse the "&" >and >"=" in URL conve

Best Solr escaping?

2011-09-24 Thread Bill Bell
Holstein Regular encoding of strings does not always work for the whole string due to several issues like white space: * White space works better when we use back quote "Bill\ Bell" especially when using facets. Thoughts? Code? Ideas? Better Wikis?

Re: indexing a xml file

2011-09-24 Thread Bill Bell
Send us the example "solr.xml" and "schema.xml'". You are missing fields in the schema.xml that you are referencing. On 9/24/11 8:15 AM, "ahmad ajiloo" wrote: >hello >Solr Tutorial page explains about index a xml file. but when I try to >index >a xml file with this command: >~/Desktop/apache-sol

Re: Distinct elements in a field

2011-09-17 Thread Bill Bell
SOLR-2242 can do it. On 9/16/11 2:15 AM, "swiss knife" wrote: >I could get this number by using > > group.ngroups=true&group.limit=0 > > but doing grouping for this seems like an overkill > > Would you advise using JIRA SOLR-1814 ? > >- Original Message - >From: swiss knife >Sent: 09/15/

Re: Re; DIH Scheduling

2011-09-12 Thread Bill Bell
You can easily use cron with curl to do what you want to do. On 9/12/11 2:47 PM, "Pulkit Singhal" wrote: >I don't see anywhere in: >http://issues.apache.org/jira/browse/SOLR-2305 >any statement that shows the code's inclusion was "decided against" >when did this happen and what is needed from th

Re: pagination with grouping

2011-09-08 Thread Bill Bell
There are 2 use cases: 1. rows=10 means 10 groups. 2. rows=10 means to results (irregardless of groups). I thought there was a total number of groups (ngroups) or case #1. I don't believe case #2 has been coded. On 9/8/11 2:22 PM, "alx...@aim.com" wrote: > > > > Hello, > >When trying to impl

Boost or BQ?

2011-08-22 Thread Bill Bell
What is the different between boost= and bq= ? I cannot find any documentationŠ

Re: copyField for big indexes

2011-08-22 Thread Bill Bell
It depends. copyField may be good if you want to copy into a Soundex field, and then boost the sounded field lower than the tokenized field. What are you trying to do ? On 8/22/11 11:14 AM, "Tom" wrote: >Is it a good rule of thumb, that when dealing with large indexes copyField >should not be

Re: hierarchical faceting in Solr?

2011-08-22 Thread Bill Bell
Naomi, Just create a login and update it!! On 8/22/11 12:27 PM, "Erick Erickson" wrote: >Try searching the Solr user's list for "hierarchical", this topic >has been discussed numerous times. > >It would be great if you could collate the various solutions >and update the wiki, all you have to d

Re: Terms.regex performance issue

2011-08-22 Thread Bill Bell
We do something like: http://localhost:8983/solr/provs/terms?terms.fl=payor&terms.regex.flag=case _insensitive&terms.regex=%28.*%29WHAT USER TYPES%28.*%29&terms.limit=-1 We want not just prefix but anywhere in the terms. On 8/19/11 5:21 PM, "Chris Hostetter" wrote: > >: Subject: Terms.regex

Re: OOM due to JRE Issue (LUCENE-1566)

2011-08-16 Thread Bill Bell
Send gc log and force dump if you can when it happens. Bill Bell Sent from mobile On Aug 16, 2011, at 5:27 AM, Pranav Prakash wrote: >> >> >> AFAIK, solr 1.4 is on Lucene 2.9.1 so this patch is already applied to >> the version you are using. >> maybe you can p

Score

2011-08-15 Thread Bill Bell
How do I change the score to scale it between 0 and 100 irregardless of the score? q.alt=*:*&bq=lang:Spanish&defType=dismax Bill Bell Sent from mobile

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Bill Bell
;http://solr-ra.tgels.org >http://rankingalgorithm.tgels.org > > > > > >On 8/14/2011 7:11 PM, Bill Bell wrote: >> OK, >> >> I'll ask the elephant in the roomŠ. >> >> What is the difference between the new UpdateHandler from Mark and the >>

Re: Cache replication

2011-08-14 Thread Bill Bell
OK. But SOLR has built-in caching. Do you not like the caching? What so you think we should change to the SOLR cache? Bill On 8/10/11 9:16 AM, "didier deshommes" wrote: >Consider putting a cache (memcached, redis, etc) *in front* of your >solr slaves. Just make sure to update it when replicati

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Bill Bell
OK, I'll ask the elephant in the roomŠ. What is the difference between the new UpdateHandler from Mark and the SOLR-RA? The UpdateHandler works with 4.0 does SOLR-RA work with 4.0 trunk? Pros/Cons? On 8/14/11 8:10 PM, "Nagendra Nagarajayya" wrote: >Naveen: > >NRT with Apache Solr 3.3 and Ra

Loggly support

2011-08-14 Thread Bill Bell
How do you setup log4j to work with Loggly for SOLR logs? Anyone have this set up? Bill

Re: Problem with xinclude in solrconfig.xml

2011-08-13 Thread Bill Bell
What was it? Bill Bell Sent from mobile On Aug 10, 2011, at 2:21 PM, Way Cool wrote: > Sorry for the spam. I just figured it out. Thanks. > > On Wed, Aug 10, 2011 at 2:17 PM, Way Cool wrote: > >> Hi, Guys, >> >> Based on the document below, I should be ab

Re: ideas for indexing large amount of pdf docs

2011-08-13 Thread Bill Bell
You could send PDF for processing using a queue solution like Amazon SQS. Kick off Amazon instances to process the queue. Once you process with Tika to text just send the update to Solr. Bill Bell Sent from mobile On Aug 13, 2011, at 10:13 AM, Erick Erickson wrote: > Yeah, parsing PDF fi

Re: SOLR 3.3.0 multivalued field sort problem

2011-08-13 Thread Bill Bell
offices. Bill Bell Sent from mobile On Aug 13, 2011, at 12:31 PM, Martijn v Groningen wrote: > The first solution would make sense to me. Some kind of a strategy > mechanism > for this would allow anyone to define their own rules. Duplicating results > would be confusing to me

Re: getting result count only

2011-08-06 Thread Bill Bell
q=*:*&rows=0 On 8/6/11 8:24 PM, "Jason Toy" wrote: >How can I run a query to get the result count only? I only need the count >and so I dont need solr to send me all the results back.

Re: Problem with making Solr query

2011-08-05 Thread Bill Bell
String does no manipulation. You might need to switch the fieldtype. Also make sure your default field is title or add title:implementation in your search. Bill Bell Sent from mobile On Aug 5, 2011, at 8:43 AM, dhryvastov wrote: > Hi - > > I am new to Solr and Lucene and I have s

  1   2   >