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
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
the timeAllowed parameter is present.
Bill Bell
Sent from mobile
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
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
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
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
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
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
Since we are now on latest Java JDK can we move to Jetty 9?
Thoughts ?
Bill Bell
Sent from mobile
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
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
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
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'
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
We just need the bug fix for Solr.xml
https://issues.apache.org/jira/browse/SOLR-5543
Bill Bell
Sent from mobile
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
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:
>
>
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
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
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
>
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
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
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
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
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
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
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
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
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",
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-
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
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
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
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/
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
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?
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
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
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
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
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
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
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}
>
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
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
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
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
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
try to do this.
Bill Bell
Sent from mobile
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
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
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
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
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
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
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
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
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
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
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
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
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
when using wt=XML ?
Bill Bell
Sent from mobile
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
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
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
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.
>
>
+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
>
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
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-help
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
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
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
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()
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
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()
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
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
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
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
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
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
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
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
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
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.
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 - 100 of 196 matches
Mail list logo