Re: solr 1.4 formats last_index_time for SQL differently than 1.3 ?!?

2009-10-07 Thread Shalin Shekhar Mangar
though if there's any config setting to pass to DataImportHandler to specify the desired date/time format to use. There is no configuration to change this. However, you can write your own Evaluator to output ${dih.last_index_time} in whatever format you prefer. -- Regards, Shalin Shekhar Mangar.

Re: Problems with DIH XPath flatten

2009-10-06 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: Merging multicore indexes

2009-10-06 Thread Shalin Shekhar Mangar
On Wed, Oct 7, 2009 at 2:40 AM, Paul Rosen p...@performantsoftware.comwrote: Shalin Shekhar Mangar wrote: The path on the wiki page was wrong. You need to use the adminPath in the url. Look at the adminPath attribute in solr.xml. It is typically /admin/cores So the correct path for you

Re: Question about PatternReplace filter and automatic Synonym generation

2009-10-05 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: search by some functionality

2009-10-05 Thread Shalin Shekhar Mangar
and then determine if it is a hit. What can I do to implement this? What exactly are you trying to achieve? What is the computation/comparison that you need to do? -- Regards, Shalin Shekhar Mangar.

Re: Merging multicore indexes

2009-10-05 Thread Shalin Shekhar Mangar
?), then going through the entire index and eliminating duplicates. It could be slow. But if in the end you need to merge, can you skip the intermediate lucene index completely? -- Regards, Shalin Shekhar Mangar.

Re: Always spellcheck (suggest)

2009-10-05 Thread Shalin Shekhar Mangar
a clarification to the wiki page. -- Regards, Shalin Shekhar Mangar.

Re: Keepwords Schema

2009-10-02 Thread Shalin Shekhar Mangar
field type: filter class=solr.KeepWordFilterFactory words=author_whitelist.txt ignoreCase=true / -- Regards, Shalin Shekhar Mangar.

Re: Query filters/analyzers

2009-10-02 Thread Shalin Shekhar Mangar
of the analysis is copied there. The copy is done before analysis. The original text is sent to the copyField which can choose to do analysis differently from the source field. -- Regards, Shalin Shekhar Mangar.

Re: Question on modifying solr behavior on indexing xml files..

2009-10-02 Thread Shalin Shekhar Mangar
think it should work. -- Regards, Shalin Shekhar Mangar.

Re: Query filters/analyzers

2009-10-02 Thread Shalin Shekhar Mangar
what happens. Is this correct:- The original text is sent to the copyField, before any configured analyzers for the originating or destination field are invoked. Yes, that is correct. is so, I will tweak the wiki! Please do! -- Regards, Shalin Shekhar Mangar.

Re: How to access the information from SolrJ

2009-10-02 Thread Shalin Shekhar Mangar
doc returned. getNumFound returns 10 in that case, not 1251. Nope. Check again. getNumFound will definitely give you 1251. SolrDocumentList#size() will give you 10. -- Regards, Shalin Shekhar Mangar.

Re: How to access the information from SolrJ

2009-10-02 Thread Shalin Shekhar Mangar
try this with the Solrj client in the official 1.3 release or even trunk? -- Regards, Shalin Shekhar Mangar.

Re: Invoke expungeDeletes using SolrJ's SolrServer.commit()

2009-10-02 Thread Shalin Shekhar Mangar
, there are no SolrServer.commit(..) methods that I can use for this purpose. Any input will be helpful. You are right. Please create an issue. We need this in 1.4 -- Regards, Shalin Shekhar Mangar.

Re: Advantages of different Servlet Containers

2009-10-02 Thread Shalin Shekhar Mangar
No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 270.14.2/2408 - Release Date: 10/01/09 18:23:00 -- Regards, Shalin Shekhar Mangar.

Re: Invalid response with search key having numbers

2009-10-01 Thread Shalin Shekhar Mangar
is being parsed. -- Regards, Shalin Shekhar Mangar.

Re: Problem with Wildcard...

2009-10-01 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: Create new core on the fly

2009-09-30 Thread Shalin Shekhar Mangar
please give some directions to implement load action? I don't know what you want to do. Loading cores without restarting Solr is possible right now by using the create command. -- Regards, Shalin Shekhar Mangar.

Re: ${dataimporter.last_index_time} as an argument to newerThan in FileListEntityProcessor?

2009-09-30 Thread Shalin Shekhar Mangar
On Tue, Sep 29, 2009 at 11:43 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Tue, Sep 29, 2009 at 8:14 PM, Bill Dueber b...@dueber.com wrote: Is this possible? I can't figure out a syntax that works, and all the examples show using last_index_time as an argument to an SQL query

Re: init parameters for queryParser

2009-09-30 Thread Shalin Shekhar Mangar
=param2true/bool /queryParser -- Regards, Shalin Shekhar Mangar.

Re: NGramTokenFilter behaviour

2009-09-30 Thread Shalin Shekhar Mangar
. If it is spellcheck you are interested in, take a look at http://wiki.apache.org/solr/SpellCheckComponent -- Regards, Shalin Shekhar Mangar.

Re: NGramTokenFilter behaviour

2009-09-30 Thread Shalin Shekhar Mangar
schema.xml? If not, then you will have to specify the field name during querying e.g. field_name:duvlin. You can see exactly how your query is being parsed if you add debugQuery=on as a request parameter. -- Regards, Shalin Shekhar Mangar.

Re: FileNotFoundException in Java replication handler backups

2009-09-29 Thread Shalin Shekhar Mangar
for the full backup duration. I'd file a JIRA issue. Definitely a bug. Chris, please open an issue. I'll try to work up a patch. -- Regards, Shalin Shekhar Mangar.

Re: ${dataimporter.last_index_time} as an argument to newerThan in FileListEntityProcessor?

2009-09-29 Thread Shalin Shekhar Mangar
a patch shortly. https://issues.apache.org/jira/browse/SOLR-1473 -- Regards, Shalin Shekhar Mangar.

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Shalin Shekhar Mangar
On Mon, Sep 28, 2009 at 1:18 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Sat, Sep 26, 2009 at 7:13 AM, Jibo John jiboj...@mac.com wrote: Hello, It looks like solr is not allowing me to change the default MergePolicy/Scheduler classes. Even if I change the default

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Shalin Shekhar Mangar
/mergePolicy /mainIndex That should be bool instead of boolean -- Regards, Shalin Shekhar Mangar.

Re: Solr + Jboss + Custom Transformers

2009-09-26 Thread Shalin Shekhar Mangar
(actually any solr plugins) into your solr home's lib directory. -- Regards, Shalin Shekhar Mangar.

Re: DIH RSS 1.4 nightly 2009-09-25 full-importclean=false always clean and import command do nothing

2009-09-26 Thread Shalin Shekhar Mangar
the existing documents), you will need to use the publication date. -- Regards, Shalin Shekhar Mangar.

Re: DIH RSS 1.4 nightly 2009-09-25 full-importclean=false always clean and import command do nothing

2009-09-26 Thread Shalin Shekhar Mangar
=false in there so I'm guessing the clean parameter never made it to Solr. Can you check again? -- Regards, Shalin Shekhar Mangar.

Re: Highlighting not working on a prefix_token field

2009-09-23 Thread Shalin Shekhar Mangar
/highlighting_in_stemmed_or_n_grammed_fields_possible -- Regards, Shalin Shekhar Mangar.

Re: Solr with Auto-suggest

2009-09-23 Thread Shalin Shekhar Mangar
you want for auto-suggest, copy them over to the field. -- Regards, Shalin Shekhar Mangar.

Re: Highlighting not working on a prefix_token field

2009-09-23 Thread Shalin Shekhar Mangar
but not with another? -- Regards, Shalin Shekhar Mangar.

Re: Finding near duplicates which searching Documents

2009-09-23 Thread Shalin Shekhar Mangar
? Look at http://wiki.apache.org/solr/Deduplication -- Regards, Shalin Shekhar Mangar.

Re: Finding near duplicates which searching Documents

2009-09-23 Thread Shalin Shekhar Mangar
On Wed, Sep 23, 2009 at 3:50 PM, Ninad Raut hbase.user.ni...@gmail.comwrote: Is this feature included in SOLR 1.4?? Yep. -- Regards, Shalin Shekhar Mangar.

Re: Oracle incomplete DataImport results

2009-09-23 Thread Shalin Shekhar Mangar
) to just trim the string (this also applies and implicit converstion). Phew, tricky one! Thanks for bringing closure. -- Regards, Shalin Shekhar Mangar.

Re: DIH import out of memory problem (batchSize and autoCommit not working)

2009-09-22 Thread Shalin Shekhar Mangar
with postgresql drivers, but seems the problem is generic to all drivers placed in solr-home/lib. Thanks Steve. The mailing list removed your attachment. Can you please open a jira issue and attach a patch there? -- Regards, Shalin Shekhar Mangar.

Re: DIH import out of memory problem (batchSize and autoCommit not working)

2009-09-22 Thread Shalin Shekhar Mangar
On Tue, Sep 22, 2009 at 3:00 PM, Steve Sun st...@anobii.com wrote: Done. http://issues.apache.org/jira/browse/SOLR-1450 This is fixed in trunk now. Thanks Steve! -- Regards, Shalin Shekhar Mangar.

Re: Oracle incomplete DataImport results

2009-09-22 Thread Shalin Shekhar Mangar
? There are no limits on the number of items you can import. The number of documents created should correspond to the number of rows returned by the root level entity's query (assuming the uniqueKey for each of those documents is actually unique). -- Regards, Shalin Shekhar Mangar.

Re: Code sync between Lucene and Solr, crossing Apache project boundaries, etc.

2009-09-22 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: No-op query for :q parameter?

2009-09-22 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: No-op query for :q parameter?

2009-09-22 Thread Shalin Shekhar Mangar
parameter. OK, thanks for clearing that up. Note that filters and queries are cached separately. A good article on this is on the wiki: http://wiki.apache.org/solr/FilterQueryGuidance -- Regards, Shalin Shekhar Mangar.

Re: Questions on copyField

2009-09-17 Thread Shalin Shekhar Mangar
the schema. If I add the 'location' from the program, will either one copy (schema or program) not over-write the other ? No, it will not overwrite, it will just append values of name and age to the values already sent as the text field. -- Regards, Shalin Shekhar Mangar.

Re: anyway to get Document update time stamp

2009-09-17 Thread Shalin Shekhar Mangar
=true default=NOW multiValued=false/ -- Regards, Shalin Shekhar Mangar.

Re: Solr exception with missing required field (meta_guid_s)

2009-09-16 Thread Shalin Shekhar Mangar
to a particular field? You have created that schema so you are the better person to answer that question. As far as a required field or uniqueKey is concerned, their values have to be set or copied from another field. -- Regards, Shalin Shekhar Mangar.

Re: Questions on copyField

2009-09-16 Thread Shalin Shekhar Mangar
as a separate field in the index. Can I do this ? You can send the location's value directly as the value of the text field. Also note, that you don't really need to index/store the source field. You can make the location field's type as ignored in the schema. -- Regards, Shalin Shekhar Mangar.

Re: Need help to finalize my autocomplete

2009-09-16 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: multicore shards and relevancy score

2009-09-16 Thread Shalin Shekhar Mangar
' schema is same and a uniqueKey is specified, then you can do a distributed search between two cores. Facets work fine with distributed search. There may be something wrong with your setup. -- Regards, Shalin Shekhar Mangar.

Re: multicore shards and relevancy score

2009-09-15 Thread Shalin Shekhar Mangar
multicore in my project (counting the lack of support for faceting in multicore). Are these issues addressed in solr 1.4? Can you give more details on what these two issues are? -- Regards, Shalin Shekhar Mangar.

Re: Issue on Facet field and exact match

2009-09-14 Thread Shalin Shekhar Mangar
on a string type field so you can just index Never Fails. Also, to make it a exact phrase search enclose the query with quotes e.g. blogId_exact:Never Fails -- Regards, Shalin Shekhar Mangar.

Re: Single Core or Multiple Core?

2009-09-14 Thread Shalin Shekhar Mangar
compulsory then we only force people to do a configuration change. But if we make a core name mandatory, then we force them to change their applications (or the applications' configurations). It is better if we can avoid that. Besides, if there's only one core, why need a name? -- Regards, Shalin Shekhar

Re: Highlighting in SolrJ?

2009-09-13 Thread Shalin Shekhar Mangar
Thanks Jay! On Sat, Sep 12, 2009 at 10:03 PM, Jay Hill jayallenh...@gmail.com wrote: Will do Shalin. -Jay http://www.lucidimagination.com On Fri, Sep 11, 2009 at 9:23 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Jay, it would be great if you can add this example

Re: Single Core or Multiple Core?

2009-09-12 Thread Shalin Shekhar Mangar
: http://wiki.apache.org/solr/CoreAdmin -- Regards, Shalin Shekhar Mangar.

Re: Facet Response Structure

2009-09-12 Thread Shalin Shekhar Mangar
where the FacetComponent does work. Yes, my bad. Though it does report the count of missing values. -- Regards, Shalin Shekhar Mangar.

Re: Trouble Indexing HTML Files

2009-09-11 Thread Shalin Shekhar Mangar
the files before indexing through DIH. [1] - See https://issues.apache.org/jira/browse/SOLR-964 -- Regards, Shalin Shekhar Mangar.

Re: Single Core or Multiple Core?

2009-09-11 Thread Shalin Shekhar Mangar
should definitely look at in Solr 1.5. -- Regards, Shalin Shekhar Mangar.

Re: Using EnglishPorterFilterFactory in code

2009-09-11 Thread Shalin Shekhar Mangar
, Shalin Shekhar Mangar.

Re: Query regarding incremental index replication

2009-09-11 Thread Shalin Shekhar Mangar
://wiki.apache.org/solr/MergingSolrIndexes -- Regards, Shalin Shekhar Mangar.

Re: shards and facet_count

2009-09-11 Thread Shalin Shekhar Mangar
not a ruby guy but the response format in both the cases is exactly the same so I don't think there is any problem with the ruby client parsing. Can you check the Solr logs to see if there were any exceptions when you sent the shards parameter? -- Regards, Shalin Shekhar Mangar.

Re: Random Display of result in solr

2009-09-11 Thread Shalin Shekhar Mangar
you want full text matches with exact match on top? Do you want to remove a particular word blog from your index? Also see http://wiki.apache.org/solr/SolrRelevancyCookbook -- Regards, Shalin Shekhar Mangar.

Re: What Tokenizerfactory/TokenFilterFactory can/should I use so a search for wal mart matches walmart(quotes not included in search or index)?

2009-09-11 Thread Shalin Shekhar Mangar
/SolrRelevancyCookbook#head-353fcfa33e5c4a0a5959aa3d8d33c5a3a61f2683 If you need to provide spelling suggestions, see the SpellCheckComponent: http://wiki.apache.org/solr/SpellCheckComponent -- Regards, Shalin Shekhar Mangar.

Re: Single Core or Multiple Core?

2009-09-11 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: Default Query Type For Facet Queries

2009-09-11 Thread Shalin Shekhar Mangar
be * explicit. */ I'm not sure if this should be changed. Hoss, what do you think? -- Regards, Shalin Shekhar Mangar.

Re: Facet Response Structure

2009-09-11 Thread Shalin Shekhar Mangar
':missingCount,'hits':hitsCount}}} Have you looked at StatsComponent? It give counts for total distinct values and count of documents missing a value among other things: http://wiki.apache.org/solr/StatsComponent -- Regards, Shalin Shekhar Mangar.

Re: Concatenate in Copy Field

2009-09-11 Thread Shalin Shekhar Mangar
either concatenate the values before sending it to Solr or you can write a custom UpdateRequestProcessor which can do this. -- Regards, Shalin Shekhar Mangar.

Re: Does MoreLikeThis support sharding?

2009-09-11 Thread Shalin Shekhar Mangar
, Shalin Shekhar Mangar.

Re: Re[2]: Does MoreLikeThis support sharding?

2009-09-11 Thread Shalin Shekhar Mangar
finishing up pending issues with the 1.4 release. But if you do try the patches, please report your experience. This will be released with 1.5 -- Regards, Shalin Shekhar Mangar.

Re: Connection refused when excecuting the query

2009-09-10 Thread Shalin Shekhar Mangar
at the url you have given to CommonsHttpSolrServer. Make sure you have given the correct url and Solr is actually up and running at that url. -- Regards, Shalin Shekhar Mangar.

Re: Results from 2 core

2009-09-09 Thread Shalin Shekhar Mangar
, the results from both the cores, in one response Both the core, Have the different schema, one is getting its data from database another is getting the payload from the Nutch crawl. If the schema is different, how can the same query work on both cores? -- Regards, Shalin Shekhar Mangar.

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-09 Thread Shalin Shekhar Mangar
/search/core09/index That error suggests that you don't have a configuration error. The data directory you have given either does not exist or is read-only. It is a runtime error. -- Regards, Shalin Shekhar Mangar.

Re: Very Urjent

2009-09-09 Thread Shalin Shekhar Mangar
to configure it. See an alternative approach at http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ -- Regards, Shalin Shekhar Mangar.

Re: Very Urjent

2009-09-09 Thread Shalin Shekhar Mangar
On Wed, Sep 9, 2009 at 2:15 PM, dharhsana rekha.dharsh...@gmail.com wrote: Hi Shalin Shekhar Mangar, I got some come from this site http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/ When i use that code in my project ,then only i came to know

Re: DIH applying variosu transformers to a field

2009-09-08 Thread Shalin Shekhar Mangar
values as variables. Previously, only the parent entity's fields (and things like request params, evaluators etc.) were available as variables. -- Regards, Shalin Shekhar Mangar.

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread Shalin Shekhar Mangar
IDEA which avoids these extra steps. -- Regards, Shalin Shekhar Mangar.

Re: Concept Expansion

2009-09-05 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: Single Core or Multiple Core?

2009-09-04 Thread Shalin Shekhar Mangar
GC will stop all cores which is not the case when using separate JVMs for each index/core. -- Regards, Shalin Shekhar Mangar.

Re: Problem querying for a value with a space

2009-09-04 Thread Shalin Shekhar Mangar
is not the same as the second query (especially when using StrField, or KeyworddTokenizer) Ah, my bad. I learnt something new today :) -- Regards, Shalin Shekhar Mangar.

Re: Exact Word Search

2009-09-04 Thread Shalin Shekhar Mangar
...@yahoo.co.inwrote: Hi shalin, Thanks for your reply. I am not sure as how the query is formed in Solr. If you could throw some light on this , it will be helpful. Is it achievable?. Regards Bhaskar --- On Thu, 9/3/09, Shalin Shekhar Mangar shalinman...@gmail.com wrote: From: Shalin

Re: Exact Word Search

2009-09-04 Thread Shalin Shekhar Mangar
records for ‘bhaskar’.. Use a solr.TextField with KeywordTokenizer and LowerCaseFilter and search with q=field-name:field-value -- Regards, Shalin Shekhar Mangar.

Re: how to create a custom queryparse to handle new functions

2009-09-04 Thread Shalin Shekhar Mangar
function query. Look at one of the existing function queries in Solr as an example. -- Regards, Shalin Shekhar Mangar.

Re: WordDelimiterFilter to QueryParser to MultiPhraseQuery?

2009-09-03 Thread Shalin Shekhar Mangar
=solr.LowerCaseFilterFactory/ /analyzer /fieldtype And I tried indexing Jokers Wild which matches when I query for jOkerswild and jokerswild. Note that if you change the tokenizer to WhiteSpaceTokenizer then such queries won't match. -- Regards, Shalin Shekhar Mangar.

Re: Problem querying for a value with a space

2009-09-03 Thread Shalin Shekhar Mangar
of those three queries. Use +specific_LIST_s:(For Sale) or +specific_LIST_s:For Sale -- Regards, Shalin Shekhar Mangar.

Re: Return 2 fields per facet.. name and id, for example? / facet value search

2009-09-03 Thread Shalin Shekhar Mangar
indexed=true stored=true required=true multiValued=true/ There have been talks of having a pair field type in Solr but there is no patch yet. So I guess the way proposed by Yonik is a good solution. -- Regards, Shalin Shekhar Mangar.

Re: questions about solr

2009-09-03 Thread Shalin Shekhar Mangar
2.9 has support for near real time search with more improvements planned in the coming days. Solr 1.4 will not have support for these new Lucene features but with 1.5 things should be a lot better. -- Regards, Shalin Shekhar Mangar.

Re: Exact Word Search

2009-09-03 Thread Shalin Shekhar Mangar
suited for the Carrot mailing lists. Unless you yourself control how the solr query is created, we will not be able to help you. -- Regards, Shalin Shekhar Mangar.

Re: Polish Stemmer

2009-09-02 Thread Shalin Shekhar Mangar
' You'd need to create a factory class which implements Solr's TokenFilterFactory or extends BaseTokenFilterFactory which creates the StempelFilter. Then specify the factory class in schema.xml -- Regards, Shalin Shekhar Mangar.

Re: Error while indexing using SmartChineseAnalyzer

2009-09-01 Thread Shalin Shekhar Mangar
(stack trace below). Questions on patches are best asked on the issue. Please post the stack trace to SOLR-1336. -- Regards, Shalin Shekhar Mangar.

Re: sql server indexing using dih problem

2009-08-31 Thread Shalin Shekhar Mangar
or the host/port is incorrect or there is a firewall which is blocking access. -- Regards, Shalin Shekhar Mangar.

Re: Dismax Wildcard Queries

2009-08-30 Thread Shalin Shekhar Mangar
a method named getNonLocalParams. However, looking at the way that method is being used in the patch, using params instead of getNonLocalParams() should work. Questions on patches are best asked on the respective issue. -- Regards, Shalin Shekhar Mangar.

Re: solr and approximate string matching

2009-08-30 Thread Shalin Shekhar Mangar
parsed. Can you post the output of your query with debugQuery=on? -- Regards, Shalin Shekhar Mangar.

Re: WordDelimiterFilter to QueryParser to MultiPhraseQuery?

2009-08-30 Thread Shalin Shekhar Mangar
this a bug? How could 2 tokens at the same position be treated as a MultiPhraseQuery? Can you post the fieldtype definition? Also what is this severalTokensAtSamePosition=true? -- Regards, Shalin Shekhar Mangar.

Re: Distributed Search nightly delete

2009-08-28 Thread Shalin Shekhar Mangar
? The number of shards and number of slaves in a shard is all dependent on your hardware, data and kind of queries. It may be better to shard by date and just delete the shards which have data older than 30 days. -- Regards, Shalin Shekhar Mangar.

Re: Can solr do the equivalent of select distinct(field)?

2009-08-28 Thread Shalin Shekhar Mangar
On Fri, Aug 28, 2009 at 5:05 AM, Paul Tomblin ptomb...@xcski.com wrote: Can I get all the distinct values from the Solr database, or do I have to select everything and aggregate it myself? No, Solr has no way to do a distinct at query-time. -- Regards, Shalin Shekhar Mangar.

Re: Ok, why isn't this working?

2009-08-28 Thread Shalin Shekhar Mangar
place, it's still looking for the data in /Users/ptomblin/apache-tomcat-6.0.20/solr/data/ How can I changed that? One easy way is to hard code that location into solrconfig.xml ? -- Regards, Shalin Shekhar Mangar.

Re: Solr Replication

2009-08-28 Thread Shalin Shekhar Mangar
think about having separate mbean server for each of the solr instance by specifying unique service urls in solrconfig.xml If you setup had multiple solr cores with the same solr war file, then you'd have seen different mbeans for each core. -- Regards, Shalin Shekhar Mangar.

Re: SOLR dynamic core creation

2009-08-28 Thread Shalin Shekhar Mangar
then where are the changes persisted ? solr.xml ? Correct. -- Regards, Shalin Shekhar Mangar.

Re: Problem using replication in 8/25/09 nightly build of 1.4

2009-08-27 Thread Shalin Shekhar Mangar
1.4? -- Regards, Shalin Shekhar Mangar.

Re: ${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-27 Thread Shalin Shekhar Mangar
it mean abortOnConfigurationError defaults to false if it is not set as system property? correct Should that be changed to be true by default in the example solrconfig? -- Regards, Shalin Shekhar Mangar.

Re: ${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-27 Thread Shalin Shekhar Mangar
On Thu, Aug 27, 2009 at 12:28 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Thu, Aug 27, 2009 at 1:05 AM, Ryan McKinley ryan...@gmail.com wrote: On Aug 26, 2009, at 3:33 PM, djain101 wrote: I have one quick question... If in solrconfig.xml, if it says

Re: Thanks

2009-08-27 Thread Shalin Shekhar Mangar
facet count updates when using the sliders in the search screen. Again, thank you and if you have any suggestions or questions regarding our implementation, feel free to ask. Regards, gwk -- Regards, Shalin Shekhar Mangar.

Re: encoding problem

2009-08-26 Thread Shalin Shekhar Mangar
to the executable. How are you consuming Solr? You mentioned there is no tomcat, is your solr client a desktop java application? -- Regards, Shalin Shekhar Mangar.

<    4   5   6   7   8   9   10   11   12   13   >