After Delta Indexing, Updated indexes not getting reflected in UI

2013-05-20 Thread mechravi25
Hi , Im uisng solr 3.6.1 version and Im trying to implement delta indexing. Im using the following configuration in my dataimport handler file document name=doc entity name=deltatest dataSource=testsrc pk=id query=select ID as id, name,LoadDate from NameDetails

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version. I am giving a set of requests to solr simultaneously. When I check the log file, I noticed the below exception stack trace SEVERE: java.util.ConcurrentModificationException at

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version. I am giving a set of requests to solr simultaneously. When I check the log file, I noticed the below exception stack trace SEVERE: java.util.ConcurrentModificationException at

ConcurrentModificationException in solr 3.6.1

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version. I am giving a set of requests to solr simultaneously. When I check the log file, I noticed the below exception stack trace SEVERE: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761) at

indexed file size in doubled in Solr 3.6.1 slave after Replication

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version and have both master and slave instance. I noticed that whenever I make some configuration changes and then restart the server(both master and slave instance) to replicate the changed index(after indexing in master) to slave. When I perform the replication,

Indexed File Size is doubled in Solr 3.6.1 Slave after Replication

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version and have both master and slave instance. I noticed that whenever I make some configuration changes and then restart the server(both master and slave instance) to replicate the changed index(after indexing in master) to slave. When I perform the replication,

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
Hi all, I am using Solr 3.6.1 version. I am giving a set of requests to solr simultaneously. When I check the log file, I noticed the below exception stack trace SEVERE: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761) at

Re: Patch Needed for Issue Solr-3790

2012-11-15 Thread mechravi25
Hi Koji, Thank you for your reply..will test for the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Patch-Needed-for-Issue-Solr-3790-tp4019256p4020651.html Sent from the Solr - User mailing list archive at Nabble.com.

Patch Needed for Issue Solr-3790

2012-11-09 Thread mechravi25
Hi All, Im using Solr 3.6.1 version. For the issue given in the following url, there is no patch file provided https://issues.apache.org/jira/browse/SOLR-3790 Can you tell me if there is patch file for the same? Also, We noticed that the below url had the changes that had to be done to

How does negative query boosting works in solr 3.6.1

2012-10-01 Thread mechravi25
I am using a negative query boosting for a particular field as given in the solr wiki (*:* -field1:ABC XYZ)^1000 When I do a search now, the top results does not contain value ABC XYZ from field1. When I give a search value as ABC DEF and accordingly change the negative query boosting in bq

Re: Doubts in PathHierarchyTokenizer

2012-09-13 Thread mechravi25
Thanks a lot koji. It worked. -- View this message in context: http://lucene.472066.n3.nabble.com/Doubts-in-PathHierarchyTokenizer-tp4007216p4007373.html Sent from the Solr - User mailing list archive at Nabble.com.

Doubts in PathHierarchyTokenizer

2012-09-12 Thread mechravi25
Hi, Im Using Solr 3.6.1 version and I have a field which is having values like A|B|C B|C|D|EE A|C|B A|B|D ..etc.. So, When I search for A|B, I should get documents starting with A and A|B To implement this, I've used PathHierarchyTokenizer for the above field as fieldType name=filep

Solr 3.6.1 Source Code

2012-09-11 Thread mechravi25
Hi, I would like to know the base lined version of Solr 3.6.1 Source code for svn Check out. We tried to check out from the following link and found many base lined versions related to Solr 3.6.x version. https://svn.apache.org/repos/asf/lucene/dev/branches/ Can anyone tell me the exact svn

groups.limit=0 in sharding core results in IllegalArgumentException

2012-09-07 Thread mechravi25
Hi, Im using solr 3.6.1 version. I have kept corex as the common core i.e. I ve used the sharding concept on this core to get the indexed data from all the other cores. Here, If i use grouping with groups.limit=0, its resulting in the following exception numHits must be 0; please use

Doubts in Result Grouping in solr 3.6.1

2012-09-04 Thread mechravi25
Hi, I am currently using solr 3.6.1 version and for indexing data, i am using the data import handler for 3.5 because of the reason posted in the following forum link http://lucene.472066.n3.nabble.com/Dataimport-Handler-in-solr-3-6-1-td4001149.html I am trying to achieve result grouping based

Multiple Versions getting formed while replicating in solr 1.4.1

2012-08-29 Thread mechravi25
Hi, Im using solr 1.4.1 version and I have the following configuration for replication in master and slave Solrconfig.xml (master) requestHandler name=/replication class=solr.ReplicationHandler lst name=master str name=replicateAftercommit/str str

Re: Is SpellCheck Case Sensitive in Solr3.6.1?

2012-08-27 Thread mechravi25
Hi Kiran, Thank you so much. Its working now -- View this message in context: http://lucene.472066.n3.nabble.com/Is-SpellCheck-Case-Sensitive-in-Solr3-6-1-tp4003074p4003435.html Sent from the Solr - User mailing list archive at Nabble.com.

Is SpellCheck Case Sensitive in Solr3.6.1?

2012-08-24 Thread mechravi25
Hi, Im using solr 3.6.1 version now and I configured spellcheck by making following changes Solrconfig.xml: searchComponent name=spellcheck class=solr.SpellCheckComponent lst name=spellchecker str name=classnamesolr.IndexBasedSpellChecker/str str

Re: SpellCheck Component does not work for certain words

2012-08-22 Thread mechravi25
Hi, Just few things to add up, I found that when we search for less than or equal to 3 letters I'm not able to get any suggestions and also when I search for finding, I dont get any suggestions related to it even though i have search results regarding the same. But when i Search for findingg i

RE: Dataimport Handler in solr 3.6.1

2012-08-21 Thread mechravi25
Hi James, Thanks for the suggestions. Actually it is cacheLookup=ent1.id . had misspelt it. Also, I will be needing the transformers mentioned as there are other columns as well. Actually tried using the 3.5 DIH jars in 3.6.1 and indexed the same and the indexing was successful. But I wanted

Dataimport Handler in solr 3.6.1

2012-08-14 Thread mechravi25
I am indexing some data using dataimport handler files in solr 3.6.1. I using a nested entity in my handler file. I noticed a scenario where-in instead of the records which is to be fetched for a document, all the records present in the table are indexed. Following is the ideal scenario how the

FieldCollapsing/Grouping

2012-08-10 Thread mechravi25
Hi, I am planning to use Field Collapsing/Grouping feature in Solr 3.6.1 version. I found the details regarding the same from the solr wiki page. I have a doubt regarding the same i.e. can we change the way, the groups are formed. If so can you please guide me on the same? I have a scenario

RE: Issue in Applying patch file

2012-05-17 Thread mechravi25
Hi, Thank you for your reply . That error was resolved but now Im not able to build the solr project using ant dist to generate the war file. It is resulting in the following error. - | |

RE: Issue in Applying patch file

2012-05-17 Thread mechravi25
Hi James, Thank you for your reply. That issue got resolved;but now, when Im trying to build the solr using ant dist command, its resulting in the following error. [ivy:retrieve] :: resolving dependencies :: org.apache.lucene#analyzers-phonetic;working@XXXYYN [ivy:retrieve] confs: [default]

Issue in Applying patch file

2012-05-15 Thread mechravi25
Hi, We have checked out the latest version of Solr source code from svn. We are trying to apply the following patch file to it. https://issues.apache.org/jira/browse/SOLR-3430 While applying the patch file using eclipse (i.e. using team--apply patch options), we are getting cross marks for

Slow indexing in solr 3.6

2012-05-11 Thread mechravi25
Hi, I am migrating from solr 1.4 to solr 3.6. I have used the latest 3.6 jars. After indexing for few data, I noticed that the indexing is taking a lot of time and the statistics are shown below lst name=statusMessages str name=Total Requests made to DataSource1737/str str

Re: Null Pointer Exception in SOLR

2012-05-03 Thread mechravi25
Hi, I'm using the following configuration for solr Solr Specification Version: 1.4.0.2010.01.13.08.09.44 Solr Implementation Version: 1.5-dev exported - yonik - 2010-01-13 08:09:44 Lucene Specification Version: 2.9.1-dev Lucene Implementation Version: 2.9.1-dev 888785 - 2009-12-09 18:03:31

Null Pointer Exception in SOLR

2012-05-02 Thread mechravi25
Hi, When I tried to remove a data from UI (which will in turn hit SOLR), the whole application got stuck up. When we took the log files of the UI, we could see that this set of requests did not reach SOLR itself. In the SOLR log file, we were able to find the following exception occuring at the

Dismax request handler and Dismax query parser

2012-04-19 Thread mechravi25
Hi, If I give the search string as, type list, I want my search to match both type list. The following search query which we are using

Dismax request handler differences Between Solr Version 3.5 and 1.4

2012-04-12 Thread mechravi25
Hi, We are currently using solr (version 1.4.0.2010.01.13.08.09.44). we have a strange situation in dismax request handler. when we search for a keyword and append qt=dismax, we are not getting the any results. The solr request is as follows:

Re: Using jetty's GzipFilter in the example solr.war

2012-03-30 Thread mechravi25
Hi, I tried by including the following filter tag inside the web.xml in the /apache-solr-1.5-dev/example/work/Jetty/webapp/WEB-INF filter filter-nameGzipFilter/filter-name filter-classorg.mortbay.servlet.GzipFilter/filter-class init-param param-namemimeTypes/param-name

Solr index files - GZIP compression

2012-03-29 Thread mechravi25
Hi, I am trying to do the gzip compression in solr server. I had refered to the below link to add the same in the web.xml http://blog.max.berger.name/2010/01/jetty-7-gzip-filter.html I am using jetty server version 6. When I restart the server after adding the above changes, I got the

High disk space usage after replication

2012-03-07 Thread mechravi25
Hi, I'm using one master and slave in SOLR. When I try to replicate from master to slave, the data is getting replicated properly and the changes are getting implemented rightly in the SOLR UI. But, the indexing size is doubled in the slave when compared to the master. (i.e.) for eg: If, Master

Getting Junk Values in Dynamic fields

2012-02-27 Thread mechravi25
Hi, I am getting junk value in dynamic field in SOLR. I am using Sqlserver driver(net.sourceforge.jtds.jdbc.Driver) for connecting database and the same driver name is got as a junk value in my dynamic field values.The below is sample junk value, - arr name=idx_Add_509

Re: String search in Dismax handler

2012-02-24 Thread mechravi25
Hi, I had posted two different query strings by mistake. PFB the correct strings when Pass by value is the search word String given without quotes webapp=/solr path=/select/

Re: String search in Dismax handler

2012-02-23 Thread mechravi25
HI Erick, Thanks for the response. I am currently using solr 1.5 version. We are getting the following query when we give the search query as Pass By Value without quotes and by using qt=dismax in the request query. webapp=/solr path=/select/

Re: Error Indexing in solr 3.5

2012-02-17 Thread mechravi25
Hi Chantal, I checked my client. It was pointing to the old solrj. After changing that, it got indexed properly. Thanks a lot. -- View this message in context: http://lucene.472066.n3.nabble.com/Error-Indexing-in-solr-3-5-tp3746735p3753359.html Sent from the Solr - User mailing list archive at

Error Indexing in solr 3.5

2012-02-15 Thread mechravi25
Hi, When I tried to index in solr 3.5 i got the following exception org.apache.solr.client.solrj.SolrServerException: Error executing query at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95) at

Query in starting solr 3.5

2012-02-08 Thread mechravi25
Hi, I am using solr 3.5 version. I moved the data import handler files from solr 1.4(which I used previously) to the new solr. When I tried to start the solr 3.5, I got the following message in my log WARNING: XML parse warning in solrres:/dataimport.xml, line 2, column 95: Include operation

Src code download url needed for SOLR 3.5

2012-01-19 Thread mechravi25
Hi, I would like to know if there is any way where in I can get the src code(baselined code) for SOLR 3.5 version. I got the code for 3.x version(3.6) only. Is there a possibility in eclipse to check out the 3.5 code from svn or is there a zip file available for the same? Thanks. -- View

Re: Src code download url needed for SOLR 3.5

2012-01-19 Thread mechravi25
Hi, Thanks a lot for your reply, will try to get the code from the repository you provided. Thanks, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Src-code-download-url-needed-for-SOLR-3-5-tp3671810p3674513.html Sent from the Solr - User mailing list archive at

Re: Problems while searching in default field

2012-01-02 Thread mechravi25
Hi Erick, Thanks a lot for the suggestions. Tried the 3.x solr version and the search is happening fine. Will reach out in case of any further doubts in the latest 3.x version. Thanks. -- View this message in context:

Query regarding segment files in SOLR

2012-01-02 Thread mechravi25
Hi, I have a few doubts regarding the segment files. I have a optimized data in my solr core and the following are the files there {_2ni.fdt,_2ni.fdx,_2ni.fnm,_2ni..frq,_2ni..nrm,_2ni..prx,_2ni..tii,_2ni.tis} and two other files {segments.gen,segments_2hr}. My understanding is that those 8 files

Re: Problems while searching in default field

2011-12-28 Thread mechravi25
Hi, Thanks a lot guys. I tried the following options 1.) Downloaded the solr 3.5.0 version and updated the schema.xml file with the sample fields i have. I then tried to set the property ignoreCaseForWildcards=true for a field type as mentioned in the url given for the patch-2438, but got the

Re: Problems while searching in default field

2011-12-23 Thread mechravi25
Hi, Thanks a lot for the response. In case I need to apply just this patch(https://issues.apache.org/jira/browse/SOLR-2438) alone in my current version, will it be possible for me to do it? Like say, take the current solr.war deployed in unix server alone and then apply the patch . My version

How to disable Auto Commit and Auto optimize operation after addition of few documents through dataimport handler

2011-12-16 Thread mechravi25
Hi, I would like to know how can we disable the commit and optimize operation is called by deafult after addition of few documents through dataimport handlers. In our application, the master solr instance is used for indexing purpose and the slave solr is for user search request. Hence the

Re: Problems with AutoSuggest feature(Terms Components)

2011-11-22 Thread mechravi25
Hi Erick, Thanks for your reply. I would know all the options that can be given under the defaults section and how they can be overridden. is there any documentation available in solr forum. Cos we tried searching and wasn't able to succeed. My Exact scenario is that, I have one master core

Re: To push the terms.limit parameter from the master core to all the shard cores.

2011-11-22 Thread mechravi25
Hi Mark, Thanks for your suggestion. My Exact scenario is that, I have one master core which has many underlying shards core(Disturbed architecture). I want the terms.limit should be defaulted to 10 in the underlying shards cores. When i hit the master core, it will in-turn hit the underlying

To push the terms.limit parameter from the master core to all the shard cores.

2011-11-19 Thread mechravi25
Hi, When we pass the terms.limit parameter to the master (which has many shard cores), it's not getting pushed down to the individual cores. Instead the default value of -1 is assigned to Terms.limit parameter is assigned in the underlying shard cores. The issue being the time taken by the Master

Doubts in Shards concept

2011-11-17 Thread mechravi25
Hi, I have implemented the shards concept. AFter giving the request this is how is given in the logs Nov 15, 2011 10:38:24 PM org.apache.solr.core.SolrCore execute INFO: [core2] webapp=/solr path=/select params={fl=uid,scorestart=0q=abcisShard=truewt=javabinfsv=truerows=1410version=1} hits=3396

Re: Search in multivalued string field does not work

2011-11-16 Thread mechravi25
Hi, Thanks for the suggestions. The index is the same in both the servers. We index using JDBC drivers. We have not modified the request handler in solrconfig on either machine and also after the latest schema update, we have re-indexed the data. *We even checked the analysis page and there

Problems with AutoSuggest feature(Terms Components)

2011-11-16 Thread mechravi25
Hi, When i search for a data i noticed two things 1.) I noticed that *terms.regex=.** in the logs which does a blank search on terms because of the query time is more. Is there anyway to overcome this. My actual query should go like the first one bolded but instead of that it happens like in the

Search in multivalued string field does not work

2011-11-15 Thread mechravi25
Hi, I have some data indexed in two servers A and B. This is how the data looks in schema.xml for datatype text fieldType name=text class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ filter

Re: Solr Indexing - Null Values in date field

2011-09-22 Thread mechravi25
Hi, Thanks for the suggestions. This is the option I tried. I changed the data type in my source to date and then indexed the field once again. for the particular field , in my query in dataimport file, I gave the following condition IFNULL(startdate,NULL). The document was indexed

Solr Indexing - Null Values in date field

2011-09-21 Thread mechravi25
Hi, I have a field in my source with data type as string and that field has NULL values. I am trying to index this field in solr as a date data type with multivalued = true. Following is the entry for that field in my schema.xml field name=startdate type=date indexed=true stored=true

Getting Null pointer exception While doing a full import

2011-05-16 Thread mechravi25
Hi, I am doing a full import in one of the cores. But I am getting Null poniter exception and the import is failing again and again. I also tried clearing the indexes and started the full import, but still indexing failed. The full import request is prefect and I verified it with other full

Trade Mark symbol(TM) in Index

2011-04-07 Thread mechravi25
Hi, Has anyone indexed the data with Trade Mark symbol??...when i tried to index, the data appears as below... I want to see the Indexed data with TM symbol Indexed Data: 79797 - Siebel Research– AI Fund, 79797 - Siebel Research– AI Fund,l Original Data: 79797 - Siebel

Indexing data with Trade Mark Symbol

2011-04-05 Thread mechravi25
Hi, Has anyone indexed the data with Trade Mark symbol??...when i tried to index, the data appears as below. Data: 79797 - Siebel Research– AI Fund, 79797 - Siebel Research– AI Fund,l Original Data: 79797 - Siebel Research™ AI Fund, Please help me to resolve this Regards, Ravi