Multicore

2008-10-29 Thread sanraj25
Hi Now I am using SOLR and two different type of data indexed and searched.For ex: 1) JobRec 2) JobSel I stored the data by specify type:JobRec similarly I specify type:JobSel while indexing .If I want to retrieve the data i will get by querying with type:job rec. This is perfect

DateField

2008-10-10 Thread sanraj25
Hi, I created one field name using date field, with default="NOW" .Then I index many documents.Now my question is what is the purpose of NOW-1DAY,NOW-1HOUR these values.How we use the Datefield efficiently.(Or) can we use this filed while searching ? (Or) can we pass this parameters whil

sint and omitnorms

2008-10-09 Thread sanraj25
Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i can't differentiate between these two field type. When this sint exactly use? If we use sint how it is sortable? I test by {sort =field name} in query window .but it's not work pr

Re: sint in schema.xml

2008-10-09 Thread sanraj25
Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i can't differentiate between these two field type. When this sint exactly use? If we use sint how it is sortable? sanraj25 wrote: > > Hi, > I create own fi

sint in schema.xml

2008-10-09 Thread sanraj25
Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i can't differentiate between these two field type. When this sint exactly use? If we use sint how it is sortable? I test by {sort =field name} in query window .but it's not work pr

TrimFilterFactory

2008-10-06 Thread sanraj25
Hi, I want to know, under which tokenizer TrimFilterFactory is used?. I used with all tokenizer.But white space not removed front and back.Because first tokenizer split the query then only filter split. So please tell me when we use trimfilter factory thanks -sanraj -- View this message

Analysers and Tokenizers

2008-10-06 Thread sanraj25
Hi, In schema.xml we use analyzer tag inside of fieldtype tag.In Analyzer tag some times we specify type="index" and type="query". ex: some times we do not specify any type in analyzer ex: . In what situation we will use tag?. and what situation we give type attribute? please give some i

Re: positionIncrementGap in schema.xml

2008-10-05 Thread sanraj25
I changed positionIncrementGap=0.Now also doe bob matched.may I give 200 or 300 to that value? give some suggestions. Thanks -sanraj Erik Hatcher wrote: > > > On Oct 3, 2008, at 5:10 AM, sanraj25 wrote: >> what is the purpose of positionIncrementGap attribute in

commit in solr

2008-10-03 Thread sanraj25
Hi, when we add document,delete document or update the document commit is performed internally by solr.when we using any solr integration module we have to explicitly call the commit.What is the purpose of commit.while indexing the date we can do without commit.But in solr we have co

positionIncrementGap in schema.xml

2008-10-03 Thread sanraj25
Hi what is the purpose of positionIncrementGap attribute in field type tag of schema.xml. The value specified for that positionIncrementGap=100. If we change the value what will happen? please help me -sanraj -- View this message in context: http://www.nabble.com/positionIncrementGa

More than one Tokenizer

2008-10-02 Thread sanraj25
Hi, Can we use more than one tokenizer factory for single field?.If we use like that what will happen?In what situation this may need? Thanks in advance -sanraj -- View this message in context: http://www.nabble.com/More-than-one-Tokenizer-tp19792894p19792894.html Sent from the Solr -

most searched keyword in solr

2008-09-25 Thread sanraj25
hi, how will we find most searched keyword in solr? If anybody can suggest us a good solution, it would be helpful thank you with Regards, P.Parkavi -- View this message in context: http://www.nabble.com/most-searched-keyword-in-solr-tp19664387p19664387.html Sent from the Solr - User mailing

solr score

2008-09-23 Thread sanraj25
hi, How to weightage more frequently searched word in solr? what is the functionality in Apache solr module? I have a list of more frequently searched word in my site , i need to highlight those words.From the net i found out that 'score' is used for this purpose. Isn't it true? Anybody knows a

Dynamic fields in solr

2008-09-11 Thread sanraj25
Hi, Now I am using five fields in solr's schema.xml.If I want to add one more field dynamically,what should I do?For index and search in solr server I used php client.In php code how I declare the dynamic field. Thanks in advance, -sanraj -- View this message in context: http://www.nabb

Multiple search at single time

2008-09-11 Thread sanraj25
Hi, I want to know when Multiple user searching at a time in solr server,how the request handled in solr server.Please give the process of that search handling.And tell me how the load balncing performed in solr index. Thanks in Advance -sanraj -- View this message in context: http://www.n

what is the purpose of multiple solr weapps

2008-09-02 Thread sanraj25
Hi i want to know what is the purpose of multiple solr weapps? If we create like that,can we load large amount of data? please help me .In what situation we should go for multiple solr webapps Thanks in advance -Santhanaraj R -- View this message in context: http://www.nabble.com/what-is-

Index partioning

2008-08-31 Thread sanraj25
Hi I read the doument on http://wiki.apache.org/solr/IndexPartitioning Now i want partition my solr index into two. Based on that document I changed solrconfig.xml. But I can't visible any partitioned folder other than default one. I need help on index partitioning.give some suggesti

Re: Regarding Indexing

2008-08-29 Thread sanraj25
Aug 2008 00:31:13 -0700 (PDT) > sanraj25 <[EMAIL PROTECTED]> wrote: > >> But still i cant maintain two index. >> please help me how to create two cores in solr > > What specific problem do you have ? > B > > _ > {Beto|Norberto|Num

Regarding Indexing

2008-08-29 Thread sanraj25
Hi To maintain two separate datas in solr ,I tried to create two index with the help of http://wiki.apache.org/solr/CoreAdmin http://wiki.apache.org/solr/CoreAdmin instruction.From the document I put solr.xml on the solr home directory. But still i cant maintain two index. please help me

Storing two different files

2008-08-28 Thread sanraj25
Hi I want to index two different files in solr.(for ex) I want to store two tables like, job_post and job_profile in solr. But now both are stored in same place in solr.when i get data from job_post, data come from job_profile also.So i want to maintain the data of job_post and job_profile

Relation between SOLR and DB

2008-07-24 Thread sanraj25
Hi I want to know about any relation between SOLR and DB. Because we want to use solr and Innodb.If we change our table structure (Innodb or Mysam) any difference is there. and all data adding only solr db.Then why we worry about table structure in database.I want some clear information. S

Regarding Indexing data

2008-07-21 Thread sanraj25
Hi, I want some exact information regarding solr data. When we are indexing the data ,they are stored in same size or compressed .Because i want to use large size of data . so if the size reduced i can store large data in my server. give some instruction to read the documents through ad

Where DATA are stored

2008-07-21 Thread sanraj25
Hi When indexing data with solr where document stored and how to find document in solr installation.And how to avoid data duplication in solr database. thanks in advance regards, Santhanaraj R -- View this message in context: http://www.nabble.com/Where-DATA-are-stored-tp18563280p1856