Creating document schema at runtime

2007-12-11 Thread Shalin Shekhar Mangar
to open an issue in JIRA and contribute patches. Looking for your inputs. -- Regards, Shalin Shekhar Mangar.

Re: Solr in a distributed multi-machine high-performance environment

2008-01-16 Thread Shalin Shekhar Mangar
. Cheers, Srikant -- Regards, Shalin Shekhar Mangar.

Re: Solr in a distributed multi-machine high-performance environment

2008-01-16 Thread Shalin Shekhar Mangar
for that. Thanks Srikant Shalin Shekhar Mangar wrote: Look at http://issues.apache.org/jira/browse/SOLR-303 Please note that it is still work in progress. So you may not be able to use it immeadiately. -- Find out how

Re: exact matches not possible?

2008-01-31 Thread Shalin Shekhar Mangar
result for exact-matches on client side - however can I shift this filtering to Solr somehow? -- Regards, Shalin Shekhar Mangar.

Re: exact matches not possible?

2008-01-31 Thread Shalin Shekhar Mangar
with Solrj (i.e. using SolrQuery)? -- Regards, Shalin Shekhar Mangar.

Re: Slow response times using *:*

2008-01-31 Thread Shalin Shekhar Mangar
be gratefully received. Thans Andy. -- View this message in context: http://www.nabble.com/Slow-response-times-using-*%3A*-tp15206563p15206563.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: How to setup German stemmer?

2008-02-04 Thread Shalin Shekhar Mangar
of filters for a field type definition. Neither filter class=solr.GermanStemFilterFactory/ nor filter class=org.apache.solr.analysis.GermanStemFilterFactory/ works. Any suggestions? Thanks, Tobi -- Regards, Shalin Shekhar Mangar.

Re: Filter Query

2008-02-12 Thread Shalin Shekhar Mangar
of second and third queries should be the same, right? But why should I use fq then? In which cases this is better? Can you give me example to better understand the problem? Thank you Gene -- Regards, Shalin Shekhar Mangar.

Re: Solrj jar?

2008-03-14 Thread Shalin Shekhar Mangar
? Find them fast with Yahoo! Search. -- Regards, Shalin Shekhar Mangar.

Re: DataImportHandler and MultiCore

2008-03-17 Thread Shalin Shekhar Mangar
tables. Any links, much appreciated? Thanks! - Jon -- Regards, Shalin Shekhar Mangar.

Re: Date Range Query + Fields

2008-03-17 Thread Shalin Shekhar Mangar
it). Thanks in advance. Please let me know if I can provide any other information that might help. -Nathan -- Regards, Shalin Shekhar Mangar.

Re: Changing Solr Query Syntax

2008-03-18 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: Changing Solr Query Syntax

2008-03-18 Thread Shalin Shekhar Mangar
, Mar 18, 2008 at 9:50 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Hi Ben, It would be nice if you can tell us your use-case so that we can be more helpful. Why does the normal query syntax not work well for you? What are you trying to accomplish? Maybe

Re: DataImportHandler and MultiCore

2008-03-30 Thread Shalin Shekhar Mangar
Hey Jon, I have just added an example to the DataImportHandler wiki page which uses a multicore solr home along with different import configurations for each core. It may prove useful for you to help plan your own implementation. On Tue, Mar 18, 2008 at 9:05 AM, Shalin Shekhar Mangar [EMAIL

Re: Solr + Complex Legacy Schema -- Best Practices?

2008-04-08 Thread Shalin Shekhar Mangar
(via some external script) and index that . The tables are pretty big (of about 17k, 287k, 127k, 50k, 56k, 29k rows respectively) so a join is not ideal as you can imagine (~800Mb actually), but we certainly can do it if we need to. -- Regards, Shalin Shekhar Mangar.

Re: Facet Query

2008-04-12 Thread Shalin Shekhar Mangar
of documents that match the query AND the facet.query. -Yonik -- Regards, Shalin Shekhar Mangar.

Re: XSLT transform before update?

2008-04-16 Thread Shalin Shekhar Mangar
to apply an XSLT transform to the content stream before it attempts to parse it? If not possible OOTB, where would be the right place to add said functionality? Thanks much for your help, Daniel -- Regards, Shalin Shekhar Mangar.

Re: XSLT transform before update?

2008-04-18 Thread Shalin Shekhar Mangar
adapter, at which point XSLT could be applied to the smaller fixed-size documents instead of the entire data stream. I haven't found anything like this so it'd need to be built. For now my documents aren't too big to XSLT in-memory. ~ David Daniel Papasian wrote: Shalin Shekhar Mangar

Re: XSLT transform before update?

2008-04-18 Thread Shalin Shekhar Mangar
=myField concatenate=field1, field2, field3,... separateBy= / What do you think? On Sat, Apr 19, 2008 at 12:41 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Hi David, Actually you can concatenate values, however you'll have to write a bit of code. You can write this in javascript

Re: how to get total hits for the request?

2008-04-18 Thread Shalin Shekhar Mangar
list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: case insensitive sorting

2008-04-21 Thread Shalin Shekhar Mangar
it ?? thanks ismail Siddiqui -- Regards, Shalin Shekhar Mangar.

Re: another spellchecker question

2008-04-23 Thread Shalin Shekhar Mangar
on here. but I guess I'm asking if this is expected behavior. --Geoff -- Regards, Shalin Shekhar Mangar.

Re: Solr replication by solr (for windows)

2008-04-29 Thread Shalin Shekhar Mangar
the current state of the master index through the console What do you think? -- Regards, Shalin Shekhar Mangar.

Re: Multiple Index creation

2008-05-06 Thread Shalin Shekhar Mangar
create an IndexWriter with a new Index, and hence can have multiple Index, I can allow search on that multiple index. How can I create in Solr a multiple Index. --Thanks and Regards Vaijanath -- Regards, Shalin Shekhar Mangar.

Re: force rsync update on a read-only index

2008-05-08 Thread Shalin Shekhar Mangar
/update in the solrconfig.xml Without restarting the servlet container, how can we force changes to be visible on readonly solr instances? -- Regards, Shalin Shekhar Mangar.

Re: How Special Character '' used in indexing

2008-05-09 Thread Shalin Shekhar Mangar
be getting the exactly this field name. Please someone help me with this ASAP. Thanks, Ricky. -- Regards, Shalin Shekhar Mangar.

Re: Extending XmlRequestHandler

2008-05-12 Thread Shalin Shekhar Mangar
:) Erik -- Alexander Ramos Jardim -- Regards, Shalin Shekhar Mangar.

Re: help for preprocessing the query

2008-05-12 Thread Shalin Shekhar Mangar
to process the input query 'qIn' and transform it to the resultant query 'qOut' and then pass it to solr handler as if qOut were the original user query. thanks in anticipation, -umar -- Regards, Shalin Shekhar Mangar.

Re: help for preprocessing the query

2008-05-12 Thread Shalin Shekhar Mangar
it to the resultant query 'qOut' and then pass it to solr handler as if qOut were the original user query. thanks in anticipation, -umar -- Regards, Shalin Shekhar Mangar. -- Regards, Shalin Shekhar Mangar.

Re: JMX monitoring

2008-05-12 Thread Shalin Shekhar Mangar
. Is there a better solution to getting this working or a newer version of the patch? Thank you, Marshall -- Regards, Shalin Shekhar Mangar.

Re: help for preprocessing the query

2008-05-13 Thread Shalin Shekhar Mangar
Did you put a filter-mapping in web.xml? On Tue, May 13, 2008 at 4:20 PM, Umar Shah [EMAIL PROTECTED] wrote: On Mon, May 12, 2008 at 10:30 PM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: You'll *not* write a servlet. You'll write implement the Filter interface http://java.sun.com

Re: exception while feeding converted text from pdf

2008-05-14 Thread Shalin Shekhar Mangar
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) -- Regards, Shalin Shekhar Mangar.

Fwd: [Solr Wiki] Update of DataImportHandler by YukiDog

2008-05-15 Thread Shalin Shekhar Mangar
= '${item.item_category.CATEGORY_ID}' /entity /entity /entity -- Regards, Shalin Shekhar Mangar.

Re: Exception on the use of dataimport.jar in Full Import Example

2008-05-21 Thread Shalin Shekhar Mangar
item] at org.hsqldb.jdbc.Util.sqlException(Unknown Source) Julio Castillo Edgenuity Inc. -- --Noble Paul -- Regards, Shalin Shekhar Mangar.

Re: What are stopwords and protwords ???

2008-05-21 Thread Shalin Shekhar Mangar
) -- Regards, Shalin Shekhar Mangar.

Re: What are stopwords and protwords ???

2008-05-21 Thread Shalin Shekhar Mangar
Here's the link to wiki documentation on SolrJ http://wiki.apache.org/solr/Solrj On Wed, May 21, 2008 at 11:09 PM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Hi Akeel, Take a look at SolrJ which is a Java client library for Solr. It is packaged with the Solr nightly binary downloads

Re: Delete by multiple query doesn't seem to work

2008-05-21 Thread Shalin Shekhar Mangar
: text/xml --data-binary 'commit waitFlush=false waitSearcher=false/' Any hints / ideas as to what I'm doing wrong, or where to look for the problem? Tracy -- Regards, Shalin Shekhar Mangar.

Re: Use of entities in the DataImportHandler config file

2008-05-21 Thread Shalin Shekhar Mangar
organization? document entity /entity entity /entity ... /document Julio Castillo Edgenuity Inc. -- Regards, Shalin Shekhar Mangar.

Re: Is example-solr-home.jar synchronized with DataImportHandler documentation?

2008-05-22 Thread Shalin Shekhar Mangar
/Is-example-solr-home.jar-synchronized-with-DataImportHandler-documentation--tp17407305p17407305.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Is example-solr-home.jar synchronized with DataImportHandler documentation?

2008-05-22 Thread Shalin Shekhar Mangar
Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 8:56 AM To: solr-user@lucene.apache.org Subject: Re: Is example-solr-home.jar synchronized with DataImportHandler documentation? Hi Alan, Yes, it is a bit out of date. Please try using the SOLR

Re: Is example-solr-home.jar synchronized with DataImportHandler documentation?

2008-05-22 Thread Shalin Shekhar Mangar
I've updated the example-solr-home.jar on the DataImportHandler wiki page with the latest code. Please let us know if you find any issues. On Thu, May 22, 2008 at 10:19 PM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: It is scheduled to be released with the next release of Solr. Shouldn't

Re: Filter query and facet counts

2008-05-29 Thread Shalin Shekhar Mangar
. thanks in anticipation -umar -- Regards, Shalin Shekhar Mangar.

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-29 Thread Shalin Shekhar Mangar
and I do see the entity:vets data then. Thanks for your assistance Julio Castillo -- Regards, Shalin Shekhar Mangar.

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-29 Thread Shalin Shekhar Mangar
=true required=true/ Do I have to create a new id field? Thanks ** julio -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 11:40 AM To: solr-user@lucene.apache.org Subject: Re: How to describe 2 entities in dataConfig

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-30 Thread Shalin Shekhar Mangar
name=id template=vets-${vets.id}/ or anything else which can make it unique --Noble On Fri, May 30, 2008 at 10:05 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: That will happen only if id is the uniqueKey in Solr and the id coming from both your tables have same values. In that case

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-30 Thread Shalin Shekhar Mangar
to describe 2 entities in dataConfig for the DataImporter? Sorry I forgot to mention that. http://wiki.apache.org/solr/DataImportHandler#head-a6916b30b5d7605a990fb03c4 ff461b3736496a9 --Noble On Fri, May 30, 2008 at 11:37 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: You need to enable

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-31 Thread Shalin Shekhar Mangar
/dataConfig Thanks again. ** julio -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 11:38 AM To: solr-user@lucene.apache.org Subject: Re: How to describe 2 entities in dataConfig for the DataImporter? The surname is used just

Re: Index structuring

2008-06-04 Thread Shalin Shekhar Mangar
from the Solr - User mailing list archive at Nabble.com. -- --Noble Paul -- View this message in context: http://www.nabble.com/Index-structuring-tp17576449p17643798.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-04 Thread Shalin Shekhar Mangar
=querySELECT id,name,birth_date,type_id FROM pets WHERE owner_id='owners-1'/str str name=time-taken0:0:0.0/str /lst /lst /lst + lst name=document#1 Thanks again ** julio -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-04 Thread Shalin Shekhar Mangar
uniqueKey needs some clarification: - I do have the following in my schema.xml: uniqueKeyid/uniqueKey, I also added uniqueKeycomboId/uniqueKey. Are both necessary? Thanks ** julio -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-04 Thread Shalin Shekhar Mangar
very fast. On Thu, Jun 5, 2008 at 12:32 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: 1. Yes you can add virtual columns. Any column/name which does not exist in schema.xml are used for joins but not added to the document. The column attribute is the key using which data is read from

Re: HttpDataSource common fields

2008-06-05 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: an error after deleting index files

2008-06-05 Thread Shalin Shekhar Mangar
://cleo.cnrs.fr/ -- Regards, Shalin Shekhar Mangar.

Re: DataImport

2008-06-09 Thread Shalin Shekhar Mangar
inside example-data-config folder as your solr home. What does this mean? Anyway, there is no folder example-data-config. Ar cieņu, Mihails -- Regards, Shalin Shekhar Mangar.

Re: DataImport

2008-06-09 Thread Shalin Shekhar Mangar
the original Solr instance to use this .war with? Quoting Shalin Shekhar Mangar : 1. Correct, there is no jar. You can use the solr.war file. If you really need a jar, you'll need to use the SOLR-469.patch at http://issues.apache.org/jira/browse/SOLR-469 and build solr from source after applying

Re: Overall

2008-06-09 Thread Shalin Shekhar Mangar
Shekhar Mangar.

Re: XML vs mysql import with DataImportHandler

2008-06-10 Thread Shalin Shekhar Mangar
the process I guess when its kind of tempting to try to use Solr as much vanilla as possible. What is the general method when using database information? -- Regards, Shalin Shekhar Mangar.

Re: DataImport

2008-06-11 Thread Shalin Shekhar Mangar
directory, as home directory? Quoting Shalin Shekhar Mangar : No, the steps are as follows: 1. Download the example-solr-home.jar from the DataImportHandler wiki page 2. Extract it. You'll find a folder named example-solr-home and a solr.war file after extraction 3. Copy the solr.war

Re: DataImport

2008-06-11 Thread Shalin Shekhar Mangar
=/usr/share/tomcat5.5/webapps/solr/example/solr/ to make /example/solr/ as a home directory. What am I doing wrong? Quoting Shalin Shekhar Mangar : Hi Mihails, The solr home is a directory which contains the conf/ and data/ folders. The conf folder contains solrconfig.xml, schema.xml

Re: [jira] Updated: (SOLR-469) Data Import RequestHandler

2008-06-11 Thread Shalin Shekhar Mangar
- From: Shalin Shekhar Mangar (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 8:43 AM To: [EMAIL PROTECTED] Subject: [jira] Updated: (SOLR-469) Data Import RequestHandler [ https://issues.apache.org/jira/browse/SOLR-469?page=com.atlassian.jira.plugi

Re: Ignore fields in XML response

2008-06-11 Thread Shalin Shekhar Mangar
and I would like it to be ignore it in the XML response. Can it be achieved without writing a custom XMLResponseWriter? Thanks -- Regards, Shalin Shekhar Mangar.

Re: Geo question: Need distance from a lat/lon from SOLR query

2008-06-14 Thread Shalin Shekhar Mangar
to build a SOLR service with geo-location? Would that be locallucene? Also what are the issues with integrating locallucene with SOLR? Is there a better solution altogether? Thanks, Rich -- Regards, Shalin Shekhar Mangar.

Re: Exposing admin through XML

2008-06-16 Thread Shalin Shekhar Mangar
? Thanks, John -- Regards, Shalin Shekhar Mangar.

Re: Default result rows

2008-06-18 Thread Shalin Shekhar Mangar
interface isn't comfortable. Ar cieņu, Mihails -- Regards, Shalin Shekhar Mangar.

Re: Deleting Solr index

2008-06-18 Thread Shalin Shekhar Mangar
You can delete by query *:* (which matches all documents) http://wiki.apache.org/solr/UpdateXmlMessages 2008/6/18 Mihails Agafonovs [EMAIL PROTECTED]: How can I clear the whole Solr index? Ar cieņu, Mihails -- Regards, Shalin Shekhar Mangar.

Re: Attempting dataimport using FileListEntityProcessor

2008-06-23 Thread Shalin Shekhar Mangar
-- View this message in context: http://www.nabble.com/Attempting-dataimport-using-FileListEntityProcessor-tp18081671p18083747.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: SOLR-469 - bad patch?

2008-06-24 Thread Shalin Shekhar Mangar
build.xml twice, is it just me? Thanks. - Jon -- Regards, Shalin Shekhar Mangar.

Re: Attempting dataimport using FileListEntityProcessor

2008-06-24 Thread Shalin Shekhar Mangar
updates. Shalin Shekhar Mangar wrote: Hi Mike, Just curious to know the use-case here. Why do you want to limit updates to 100 instead of importing all documents? On Tue, Jun 24, 2008 at 10:23 AM, mike segv [EMAIL PROTECTED] wrote: That fixed it. If I'm inserting millions

Re: DataImportHandler running out of memory

2008-06-24 Thread Shalin Shekhar Mangar
, Shalin Shekhar Mangar.

Re: Solr spell-checker

2008-06-25 Thread Shalin Shekhar Mangar
/UKM/go/msnnkmgl001006ukm/direct/01/ -- Regards, Shalin Shekhar Mangar.

Re: DataImportHandler running out of memory

2008-06-25 Thread Shalin Shekhar Mangar
for MySQL fetch size. You actually have to do setFetchSize(Integer.MIN_VALUE) (-1 doesn't work) in order to get streaming in MySQL. -Grant On Jun 24, 2008, at 10:35 PM, Shalin Shekhar Mangar wrote: Setting the batchSize to 1 would mean that the Jdbc driver will keep 1 rows in memory

Re: DataImportHandler running out of memory

2008-06-25 Thread Shalin Shekhar Mangar
. The memory is consumed by the jdbc driver. try tuning the -Xmx value for the VM --Noble On Wed, Jun 25, 2008 at 8:05 AM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Setting the batchSize to 1 would mean that the Jdbc driver will keep 1 rows in memory *for each entity* which uses

Re: nonexistent filter class in schema.xml

2008-06-26 Thread Shalin Shekhar Mangar
://www.netdoktor.at Tel Buero: + 43 1 405 55 75 24 Fax Buero: + 43 1 405 55 75 55 Alser Str. 4 1090 Wien Altes AKH Hof 1 1.6.6 -- Regards, Shalin Shekhar Mangar.

Re: nonexistent filter class in schema.xml

2008-06-26 Thread Shalin Shekhar Mangar
1 1.6.6 -- Regards, Shalin Shekhar Mangar. -- Regards, Shalin Shekhar Mangar.

Re: DataImportHandler running out of memory

2008-06-26 Thread Shalin Shekhar Mangar
. -- View this message in context: http://www.nabble.com/DataImportHandler-running-out-of-memory-tp18102644p18119732.html Sent from the Solr - User mailing list archive at Nabble.com. -- --Noble Paul -- Regards, Shalin Shekhar Mangar.

Re: spell-checker on solr

2008-07-01 Thread Shalin Shekhar Mangar
on this topic ? thanks for your valuable time. ak _ All new Live Search at Live.com http://clk.atdmt.com/UKM/go/msnnkmgl001006ukm/direct/01/ -- Regards, Shalin Shekhar Mangar.

Re: DataImportHandler - combined DataSource possible?

2008-07-01 Thread Shalin Shekhar Mangar
possible to define a db-data-config.xml to include both a HttpDataSource and a JDBCDataSource @ all? I can't tell if this is possible or not (although it seems that dataConfig might only take a single dataSource child element. Thanks. - Jon -- Regards, Shalin Shekhar Mangar.

Re: Which parser is used to parse response XML efficientl got from Solr

2008-07-06 Thread Shalin Shekhar Mangar
] wrote: Hi, Which parser is used to parse Response XML got from Solr search server. can you pass sample code if you have. Thanks Regards, Ranjeet -- Thanks Regards, Ranjeet Kumar Jha +91 9811006657 -- Regards, Shalin Shekhar Mangar.

Re: Which parser is used to parse response XML efficientl got from Solr

2008-07-06 Thread Shalin Shekhar Mangar
downloaded Solr 1.2 but some files are not in Solr1.2 in order to use the XMLResponseParser . Please help me out of this problem to provide the link of Solr1.3 download or related jar files links. Thanks Ranjeet - Original Message - From: Shalin Shekhar Mangar [EMAIL PROTECTED

Re: Integrate Solr with Tomcat in Linux

2008-07-08 Thread Shalin Shekhar Mangar
character rotation of byebye www.christine.nl Bollywood, fun, friendship, sports and more. You name it, we have it on http://in.promos.yahoo.com/groups/bestofyahoo/ -- Regards, Shalin Shekhar Mangar.

Re: problems with SpellCheckComponent

2008-07-08 Thread Shalin Shekhar Mangar
(Http11AprProtocol.java:584) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508) at java.lang.Thread.run(Unknown Source) Any help will be very usefull for me. Thanks for your attention. Rober -- Regards, Shalin Shekhar Mangar.

Re: Automated Index Creation

2008-07-08 Thread Shalin Shekhar Mangar
to towards replicatting to other production servers...I'm looking for something that is more along the lines of archiving indexes for later use... Thanks, Willie -- Regards, Shalin Shekhar Mangar.

Re: problems with SpellCheckComponent

2008-07-08 Thread Shalin Shekhar Mangar
. -Mensaje original- De: Geoffrey Young [mailto:[EMAIL PROTECTED] Enviado el: martes, 08 de julio de 2008 16:58 Para: solr-user@lucene.apache.org Asunto: Re: problems with SpellCheckComponent Shalin Shekhar Mangar wrote: Hi Geoff, I can't find anything in the code which would give

Re: Auto complete

2008-07-08 Thread Shalin Shekhar Mangar
. Registered No: 1904765. _ Wish to Marry Now? Join Shaadi.com FREE! http://www.shaadi.com/registration/user/index.php?ptnr=mhottag -- Regards, Shalin Shekhar Mangar.

Re: Automated Index Creation

2008-07-08 Thread Shalin Shekhar Mangar
inside your head, but what your head's inside of. J. J. Gibson I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. -- Regards, Shalin Shekhar Mangar.

Re: nagios scripts for solr? other monitoring links?

2008-07-10 Thread Shalin Shekhar Mangar
of this in the past around exposing response handler timing info so it could play nice with nagios... did anyone get anywhere with this? want to share :) Any other pointers to solr monitoring tools would be good too. thanks ryan -- Regards, Shalin Shekhar Mangar.

Re: Solr searching issue..

2008-07-11 Thread Shalin Shekhar Mangar
name.. Does anybody know what I'm missing here? thanks ak _ The John Lewis Clearance - save up to 50% with FREE delivery http://clk.atdmt.com/UKM/go/101719806/direct/01/ -- Regards, Shalin Shekhar Mangar.

Re: Can defaultSearchField be all fields?

2008-07-11 Thread Shalin Shekhar Mangar
called all_fields and put everything in there at the end to be the defaultSearchField. Thanks for any advice, Ian Connor -- Regards, Shalin Shekhar Mangar.

Re: Can defaultSearchField be all fields?

2008-07-11 Thread Shalin Shekhar Mangar
, more redundant alternative is to create a field called all_fields and put everything in there at the end to be the defaultSearchField. Thanks for any advice, Ian Connor -- Regards, Shalin Shekhar Mangar. -- Regards, Ian Connor 82 Fellsway W #2 Somerville, MA 02145 Direct Line

Re: Can defaultSearchField be all fields?

2008-07-11 Thread Shalin Shekhar Mangar
string or URL? I thought you had to set qt=dismax in the URL and it applied to the whole query like: http://solrserver:8983/solr/select?indent=onversion=2.2q=nik+gene+clusterstart=0rows=10fl=*%2Cscoreqt=dismaxwt=rubyexplainOther=hl.fl= On Fri, Jul 11, 2008 at 11:50 AM, Shalin Shekhar Mangar

Re: HttpDataSource questions

2008-07-11 Thread Shalin Shekhar Mangar
a pubdate on RSS, etc). Thanks! - Jon -- --Noble Paul -- Regards, Shalin Shekhar Mangar.

Re: solr:sorting on what type is faster

2008-07-15 Thread Shalin Shekhar Mangar
-tp18464118p18464118.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: WordDelimiterFilter splits at non-ASCII chars

2008-07-15 Thread Shalin Shekhar Mangar
trunk. TIA, Stefan Oestreicher -- Regards, Shalin Shekhar Mangar.

Re: FileBasedSpellChecker behavior?

2008-07-15 Thread Shalin Shekhar Mangar
are available and when inform() gets called. The workaround is to have a warming query, I believe. Right... see https://issues.apache.org/jira/browse/SOLR-593 -Yonik -- Regards, Shalin Shekhar Mangar.

Re: 2 IDs in schema.xml

2008-07-15 Thread Shalin Shekhar Mangar
, it commits without any problems. any thoughts about this ? Many thanks to all ak _ The John Lewis Clearance - save up to 50% with FREE delivery http://clk.atdmt.com/UKM/go/101719806/direct/01/ -- Regards, Shalin Shekhar

Re: spellchecking multiple fields?

2008-07-16 Thread Shalin Shekhar Mangar
}spelling={ dictionary=person, onlyMorePopular=false } Thoughts? ryan -- Regards, Shalin Shekhar Mangar.

Re: Multiple query fields in DisMax handler

2008-07-16 Thread Shalin Shekhar Mangar
but forgetting where you heard it. -- Regards, Shalin Shekhar Mangar.

Re: spellchecker problems (bugs)

2008-07-17 Thread Shalin Shekhar Mangar
I must analyze to solve this? Thanks for your attention -- Regards, Shalin Shekhar Mangar.

Re: Vote on a new solr logo

2008-07-21 Thread Shalin Shekhar Mangar
/solr/ perhaps a and f could live together, you use 'a' if you need a background other then white On Jul 21, 2008, at 2:14 PM, Mike Klaas wrote: On 20-Jul-08, at 6:19 PM, Mark Miller wrote: From the dev list: Shalin Shekhar Mangar: +1 for a new logo. It's a new release, let's have

  1   2   3   4   5   6   7   8   9   10   >