Bob Sandiford | 1 Jun 2011 01:08
Favicon
Gravatar

Odd (i.e. wrong) File Names in 3.1 distro source zip

Hi, all.

 

I just downloaded the apache-solr-3.1.0-src.gz file, and unzipped that.  I see inside there, a apache-solr-3.1.0-src file, and tried unzipping that.  There weren’t any errors, but as I look inside the apache-solr-3.0.1-src file, I see that not all the java code (for example) ended up being unzipped with a “.java” extension.

 

For example,  in the path apache-solr-3.1.0\lucene\backwards\src\test\org\apache\lucene\analysis\tokenattributes I see two files:

                TestSimpleAtt100644

                TestTermAttri100644

 

Any ideas?  Is there some specific tool I should be using to expand these?

 

I’m doing this in Windows XP.


Thanks!

 

Bob Sandiford | Lead Software Engineer SirsiDynix

P: 800.288.8020 X6943 | Bob.Sandiford <at> sirsidynix.com

www.sirsidynix.com 

Join the conversation - you may even get an iPad or Nook out of it!

 

Like us on Facebook!

 

Follow us on Twitter!

 

 

Mark | 1 Jun 2011 04:33
Picon

Solr vs ElasticSearch

I've been hearing more and more about ElasticSearch. Can anyone give me 
a rough overview on how these two technologies differ. What are the 
strengths/weaknesses of each. Why would one choose one of the other?

Thanks

Jason Rutherglen | 1 Jun 2011 04:38
Picon

Re: Solr vs ElasticSearch

Mark,

Nice email address.  I personally have no idea, maybe ask Shay Banon
to post an answer?  I think it's possible to make Solr more elastic,
eg, it's currently difficult to make it move cores between servers
without a lot of manual labor.

Jason

On Tue, May 31, 2011 at 7:33 PM, Mark <static.void.dev <at> gmail.com> wrote:
> I've been hearing more and more about ElasticSearch. Can anyone give me a
> rough overview on how these two technologies differ. What are the
> strengths/weaknesses of each. Why would one choose one of the other?
>
> Thanks
>

tiffany | 1 Jun 2011 04:46
Picon
Favicon

RE: DIH: Exception with "Too many connections"

Stephan,

Your advice (check the process list) gave me an important clue for my
solution.
I changed my database connection to the slave instead of master, so that I
can use more threads.
Thank you very much!

*** 

François,

My setting is the default value:
max_connections = 151  
max_user_connections = 0 

I will think of changing the max_connections when I increase the number of
cores.
Thanks!

***

Fuad,

So far, I can handle DIH with my setting.
Thanks for letting me know!

Regards,
Tiffany

--
View this message in context: http://lucene.472066.n3.nabble.com/DIH-Exception-with-Too-many-connections-tp3005213p3009206.html
Sent from the Solr - User mailing list archive at Nabble.com.

Fuad Efendi | 1 Jun 2011 05:23
Picon

RE: Solr vs ElasticSearch

Interesting wordings:
"we want real-time search, we want simple multi-tenancy, and we want a
solution that is built for the cloud"

And later,
" built on top of Lucene."

Is that possible? :)
(what does that mean "real time search" anyway... and what is "cloud"?)

community is growing!

P.S.
I never used Elastic Search, but I used Compass before moving to SOLR. And
Compass uses wordings like as "real-time *transactional* search". Yes, it's
good and it has own use case (small databases, reduced development time,
junior-level staff, single-JVM environment)

I'd consider requirements at first, then will see which tool simplifies my
task (fulfils most requirements). It could be Elastic, or SOLR, or Compass,
or direct Lucene, or even SQL, SequenceFile, SQL, in-memory TreeSet, and
etc. Also depends on requirements, budget, team&skills.

-----Original Message-----
From: Mark 
Sent: May-31-11 10:33 PM
To: solr-user <at> lucene.apache.org
Subject: Solr vs ElasticSearch

I've been hearing more and more about ElasticSearch. Can anyone give me a
rough overview on how these two technologies differ. What are the
strengths/weaknesses of each. Why would one choose one of the other?

Thanks

Isha Garg | 1 Jun 2011 06:22

Re: collapse component with pivot faceting

Hi,
           Actually  currently I am using solr version 3.0 . I applied 
the field collapsing patch of solr . The field collapsing work fine with 
collapse.facet=after for any facet.field but when I  try to use  
facet.pivot query after collapse.facet=after it does nt show any 
results. Also pivot faceting feature is not present in solr 3.0.
So which pivot faceting patch should I use with solr 3.0,solr 4.0 
support the pivot faceting but it does not have field collapsing 
feature.Can anyone guide me regarding which Solr version support both 
field collapsing and pivot faceting .

Thanks in Advance!
Isha Garg

On Tuesday 31 May 2011 07:39 PM, Erick Erickson wrote:
> Please provide a more detailed request. This is so general that it's hard to
> respond. What is the use-case you're trying to understand/implement?
>
> You might review:
> http://wiki.apache.org/solr/UsingMailingLists
>
> Best
> Erick
>
> On Mon, May 30, 2011 at 4:31 AM, Isha Garg<isha.garg <at> orkash.com>  wrote:
>    
>> Hi All!
>>
>>          Can anyone tell me how pivot faceting works in combination with
>> field collapsing.?
>> Please guide me in this respect.
>>
>>
>> Thanks!
>> Isha Garg
>>
>>      

Shashi Kant | 1 Jun 2011 07:01
Picon

Re: Solr vs ElasticSearch

Here is a very interesting comparison

http://engineering.socialcast.com/2011/05/realtime-search-solr-vs-elasticsearch/

> -----Original Message-----
> From: Mark
> Sent: May-31-11 10:33 PM
> To: solr-user <at> lucene.apache.org
> Subject: Solr vs ElasticSearch
>
> I've been hearing more and more about ElasticSearch. Can anyone give me a
> rough overview on how these two technologies differ. What are the
> strengths/weaknesses of each. Why would one choose one of the other?
>
> Thanks
>
>

Mike Schultz | 1 Jun 2011 07:13
Picon

Index vs. Query Time Aware Filters

We have very long schema files for each of our language dependent query
shards.  One thing that is doubling the configuration length of our main
text processing field definition is that we have to repeat the exact same
filter chain for query time version EXCEPT with a queryMode=true parameter.

Is there a way for a filter to figure out if it's the index vs. query time
version?

A similar wish would be for the filter to be able to figure out the name of
the field currently being indexed.  This would allow a filter to set a
parameter at runtime based on fieldname, instead of boilerplate copying the
same filterchain definition in schema.xml EXCEPT for one parameter.  The
motivation is again to reduce errors and increase readability of the schema
file.

--
View this message in context: http://lucene.472066.n3.nabble.com/Index-vs-Query-Time-Aware-Filters-tp3009450p3009450.html
Sent from the Solr - User mailing list archive at Nabble.com.

Fuad Efendi | 1 Jun 2011 07:39
Picon

Re: Solr vs ElasticSearch

Nice article... 2 ms better than 20 ms, but in another chart 50 seconds are not as good as 3 seconds... Sorry
for my vision...

SOLR pushed into Lucene Core huge amount of performance improvements...

Sent on the TELUS Mobility network with BlackBerry

-----Original Message-----
From: Shashi Kant <skant <at> sloan.mit.edu>
Sender: shashi.mit <at> gmail.com
Date: Wed, 1 Jun 2011 01:01:51 
To: <solr-user <at> lucene.apache.org>
Reply-To: solr-user <at> lucene.apache.org
Subject: Re: Solr vs ElasticSearch

Here is a very interesting comparison

http://engineering.socialcast.com/2011/05/realtime-search-solr-vs-elasticsearch/



> -----Original Message-----
> From: Mark
> Sent: May-31-11 10:33 PM
> To: solr-user <at> lucene.apache.org
> Subject: Solr vs ElasticSearch
>
> I've been hearing more and more about ElasticSearch. Can anyone give me a
> rough overview on how these two technologies differ. What are the
> strengths/weaknesses of each. Why would one choose one of the other?
>
> Thanks
>
>
京东 | 1 Jun 2011 08:07
Favicon

Anyway to know changed documents?

Hi everyone,
   If I have two server ,their indexes should be synchronized. I changed A's index via HTTP send document
objects, Is there any config or some plug-ins to let solr know which objects are changed and can push it B ?
  Any suggestion will be appreciate.
  Thanks :)

Gmane