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: 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

TimeAllowed bug

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

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: 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: 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: 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: 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: 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

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: 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

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

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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

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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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.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: 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.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: 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

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: 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: 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

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: 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

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: 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: 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: 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: 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: 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} >

Question

2010-10-01 Thread Bill Bell
fields fq={!sfilt%20fl=store_lat_lon}&sort=hsin(6371,true,store,vector(39.7391536,-104.9847034))+asc I would need something like : fq={!sfilt%20fl=store_lat_lon}&sort=hsin(6371,true,store OR store1 OR store2,vector(39.7391536,-104.9847034))+asc Thanks. Bill Bell | Principal Architect

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: 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

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

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

Debugging on 3,5

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

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

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

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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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

Ampersand issue

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

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

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: 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: 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: 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: 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: 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?

solr-user@lucene.apache.org

2011-02-02 Thread Bill Bell
solr-user-help

Function Question

2011-02-02 Thread Bill Bell
This is posted as an enhancement on SOLR-2345. I am willing to work on it. But I am stuck. I would like to loop through the lat/long values when they are stored in a multiValue list. But it appears that I cannot figure out to do that. For example: sort=geodist() asc This should grab the close

Function Question

2011-02-02 Thread Bill Bell
This is posted as an enhancement on SOLR-2345. I am willing to work on it. But I am stuck. I would like to loop through the lat/long values when they are stored in a multiValue list. But it appears that I cannot figure out to do that. For example: sort=geodist() asc This should grab the closest

Function Question

2011-02-02 Thread Bill Bell
This is posted as an enhancement on SOLR-2345. I am willing to work on it. But I am stuck. I would like to loop through the lat/long values when they are stored in a multiValue list. But it appears that I cannot figure out to do that. For example: sort=geodist() asc This should grab the closest

Re: geodist and spacial search

2011-02-04 Thread Bill Bell
Why not just: q=*:* fq={!bbox} sfield=store pt=49.45031,11.077721 d=40 fl=store sort=geodist() asc http://localhost:8983/solr/select?q=*:*&sfield=store&pt=49.45031,11.077721&; d=40&fq={!bbox}&sort=geodist%28%29%20asc That will sort, and filter up to 40km. No need for the fq={!func}geodist()

Re: keepword file with phrases

2011-02-05 Thread Bill Bell
You need to switch the order. Do synonyms and expansion first, then shingles.. Have you tried using analysis.jsp ? On 2/5/11 10:31 AM, "lee carroll" wrote: >Just to add things are going not as expected before the keepword, the >synonym list is not be expanded for shingles I think I don't unders

Re: geodist and spacial search

2011-02-05 Thread Bill Bell
ly on larger datasets. > >Adam > >Sent from my iPhone > >On Feb 4, 2011, at 10:56 PM, Bill Bell wrote: > >> Why not just: >> >> q=*:* >> fq={!bbox} >> sfield=store >> pt=49.45031,11.077721 >> d=40 >> fl=store >> sort=geodist()

Re: Is there anything like MultiSearcher?

2011-02-05 Thread Bill Bell
Why not just use sharding across the 2 cores? On 2/5/11 8:49 AM, "Roman Chyla" wrote: >Dear Solr experts, > >Could you recommend some strategies or perhaps tell me if I approach >my problem from a wrong side? I was hoping to use MultiSearcher to >search across multiple indexes in Solr, but there

Re: keepword file with phrases

2011-02-05 Thread Bill Bell
OK that makes sense. If you double quote the synonyms file will that help for white space? Bill On 2/5/11 4:37 PM, "Chris Hostetter" wrote: > >: You need to switch the order. Do synonyms and expansion first, then >: shingles.. > >except then he would be building shingles out of all the permut

Re: How to use q.op

2011-02-05 Thread Bill Bell
That sentence would be great to add to the Wiki. I changed the Wiki to add that. On 2/5/11 5:03 PM, "Chris Hostetter" wrote: > >: Dismax uses a strategy called Min-Should-Match which emulates the binary >: operator in the Standard Handler. In a nutshell, this parameter (called >mm) >: specifie

Re: dynamic fields revisited

2011-02-07 Thread Bill Bell
You can change the match to be my* and then insert the name you want. Bill Bell Sent from mobile On Feb 7, 2011, at 4:15 PM, gearond wrote: > > Just so anyone else can know and save themselves 1/2 hour if they spend 4 > minutes searching. > > When putting a dynamic field

Hits when using group=true

2011-02-10 Thread Bill Bell
It would be good if someone added the hits= on group=true in the log. We are using this parameter and have build a really cool SOLR log analyzer (that I am pushing to release to open source). But it is not as effective if we cannot get group=true to output hits= in the log - since 90% of our queri

Re: Solr design decisions

2011-02-11 Thread Bill Bell
You could commit on a time schedule. Like every 5 mins. If there is nothing to commit it doesn't do anything anyway. Bill Bell Sent from mobile On Feb 11, 2011, at 8:22 AM, Greg Georges wrote: > Hello all, > > I have just finished to book "Solr 1.4 Enterprise Se

Re: Solr design decisions

2011-02-11 Thread Bill Bell
Thanks. If you do 2 commits should it do anything? Are people using it to clear caches? Bill Bell Sent from mobile On Feb 11, 2011, at 9:55 AM, Yonik Seeley wrote: > On Fri, Feb 11, 2011 at 10:47 AM, Bill Bell wrote: >> You could commit on a time schedule. Like every 5 mins. If

Development question

2011-02-13 Thread Bill Bell
I am working on https://issues.apache.org/jira/browse/SOLR-2155 Trying to get a list of multiValued fields from the cacheŠ ValueSource vs = sf.getType().getValueSource(sf, fp); DocValues llVals = vs.getValues(context, reader); org.apache.lucene.spatial.geohash.GeoHashUtils.decode(llVals.strVal(do

Re: slave out of sync

2011-02-14 Thread Bill Bell
We wrote a utility that looks at the index version on both slaves and complains if they are not at the same version... Bill On 2/14/11 5:19 PM, "Tri Nguyen" wrote: >Hi, > >We're thinking of having a master-slave configuration where there are >multiple >slaves. Let's say during replication, o

How to use XML parser in DIH for a database?

2011-02-16 Thread Bill Bell
I am using DIH. I am trying to take a column in a SQL Server database that returns an XML string and use Xpath to get data out of it. I noticed that Xpath works with external files, how do I get it to work with a database? I need something like "//insur[5][@name='Blue Cross']" Thanks.

Re: How to use XML parser in DIH for a database?

2011-02-16 Thread Bill Bell
It only works on FileDataSource right ? Bill Bell Sent from mobile On Feb 16, 2011, at 2:17 AM, Stefan Matheis wrote: > What about using > http://wiki.apache.org/solr/DataImportHandler#XPathEntityProcessor ? > > On Wed, Feb 16, 2011 at 10:08 AM, Bill Bell wrote: >> I am u

  1   2   >