ard rule, and 2)
> that "stored=false indexed=false" works.
>
> On Fri, Nov 13, 2009 at 3:23 AM, Vicky_Dev
> wrote:
>>
>> Hi,
>> we are using the following entry in schema.xml to make a copy of one type
>> of
>> dynamic field to another :
>&g
Hi,
we are using the following entry in schema.xml to make a copy of one type of
dynamic field to another :
Is it possible to exclude some fields from copying.
We are using Solr1.3
~Vikrant
--
View this message in context:
http://old.nabble.com/exclude-some-fields-from-copying-dynamic-fi
Hi Erik,
Is it possible to get result of one solr query feed into another Solr Query?
Issue which I am facing right now is::
I am getting results from one query and I just need 2 index attribute values
. These index attribute values are used for form new Query to Solr.
Since Solr gives result
.
> cookies AND vanilla
>
> Otis
> --
> Sematext is hiring -- http://sematext.com/about/jobs.html?mls
> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
>
>
>
> - Original Message
>> From: Vicky_Dev
>> To: solr-user@lucene.apache.org
>
.
> cookies AND vanilla
>
> Otis
> --
> Sematext is hiring -- http://sematext.com/about/jobs.html?mls
> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
>
>
>
> - Original Message
>> From: Vicky_Dev
>> To: solr-user@lucene.apache.org
>
Hi Team,
Is it possible to write subqueries in dismaxrequest handler?
~Vikrant
Edoardo Marcora wrote:
>
> Does Solr have the ability to do subqueries, like this one (in SQL):
>
> SELECT id, first_name
> FROM student_details
> WHERE first_name IN (SELECT first_name
> FROM student_details
> WH
Yes. Permissions are same across cores
~Vikrant
Bill Au wrote:
>
> Are the user/group/permissions on the snapshot files the same for both
> cases
> (manual vs postCommit/postOptimize events)?
>
> Bill
>
> On Tue, May 5, 2009 at 12:54 PM, tushar kapoor <
> tushar_kapoor...@rediffmail.com> wro
Hi Hossman,
We are also facing similar issue:
is there any way to boost fields in standard query parser itself?
~Vikrant
hossman wrote:
>
>
> : The reason I brought the question back up is that hossman said:
> ...
> : I tried it and it didn't work, so I was curious if I was still do
Hi Michel,
We are also facing same problem mentioned in the post (we are using
dismaxrequesthandler)::
Ex: There is product title field in which --possible values
1) in unique key ID =1000
prdTitle_s field contains value "ladybird classic"
2) in unique key ID =1001
prdTitle_s field contains val
Thanks Shalin for your reply
Is it possible to replicate conf folder from master to slave?
~Vikrant
Shalin Shekhar Mangar wrote:
>
> On Thu, Apr 23, 2009 at 10:10 AM, Vicky_Dev
> wrote:
>
>>
>> 1. Please confirm whether the tag entry :
>> In solrconfig.x
I am working on replicating data from one Solr set on a Linux Box to Second
Solr on another Linux box. In order to achieve the same we will use the
SolrCollectionDistributionScripts(snapshooter, snappuller etc) and rsync
utility.
Configurations:
1. Apache Solr 1.3.0
2. Machines : Linux
3. Topolog
Hi Sagar,
Change dynamic field attribute( C,D and E)--stored = true and validate
if above suggestion is not working , can you share your schema and
solrconfig xml contents?
~Vikrant
Sagar Khetkade-2 wrote:
>
>
>
> Hi,
>
> I am trying out the dynamic field in schema.xml with its attribut
Mark,
Use GUI (may be custom build one) to read files which are present on Solr
server. These files can be read using webservice/RMI call.
Do all manipulation on synonyms.txt contents and then call webservice/RMI
call to save that information. After saving information , just call RELOAD.
Chec
Hi,
We are facing issues while using dismaxrequesthandler for date fields.
We have to define date fields in of solrConfig.xml.
..
productPublicationDate_product_dt^1.0
as soon as we add this in solrConfig.xml, dismax stops working for other
attributes.
?q=searchterm&qt=dismaxr
Hi Team,
I am currently using DiscMax Request Handler for indexing and querying to
Solr. DiscMax Request Handler (Ranking / Boosting/ Blocking etc.) is
working correclty.
Issue:
There are different database table on which query was done and accordingly
Solr index will be created.
If any cont
Thanks Hoss..
That really work like magic :)
~Vikrant Shirbhate
hossman wrote:
>
>
> : Admin screen, index document is coming up correctly in the response. But
> : when I start locating index (.cfs) file into folders . File is not
> created
> : at all.
> :
> : Solr Config xml entry (core
Hi All,
We are using latest solr release 1.3. Solr has been configured to use
multicore feature. Index has been created successfully. And when using Solr
Admin screen, index document is coming up correctly in the response. But
when I start locating index (.cfs) file into folders . File is not cr
Hi
We are using Solr 1.3 Synonym feature. There are different patterns found in
Solr conf ..synnym folder.
Can somebody explain meaning of different patterns?
PATTERN 1:
#some test synonym mappings unlikely to appear in real input text
aaa =>
bbb => 1 2
ccc => 1,2
PATTERN
Hi
I am beginner in Solr.
Question: We have two types of search in site.
a) First one is : Product search . Since all data is within database (our
control environment, this type of search can be implemented using Solr
(based on Lucene index)
b) Second one is: External application / Third par
Hi
Requirement: For given document , if course type = "MATHMATICS" then search
results contains Course type "MATHMATICS" documents then show search
results should show Course type "MATHMATICS" documents prior than any other
documents.
Course Type will be one of the field whist creating solr in
release as soon as possible? Otherwise some interim
release (1.2.x) containing DataImportHandler will also a good option.
Are we expecting solr 1.3 release soon ???
~Vikrant
Norberto Meijome-2 wrote:
>
> On Mon, 4 Aug 2008 21:13:09 -0700 (PDT)
> Vicky_Dev <[EMAIL PROTE
Hi
Any ideas on when 1.3 might be released?
In solr 1.3, there are really good features like--DataImportHandler which I
want to use in my project. Trunk folder is changing regularly.
Can we get solr 1.3 release as soon as possible? Otherwise some interim
release (1.2.x) containing DataImportH
Thanks Erik for quick response
Vikrant
Erik Hatcher wrote:
>
>
> On Aug 4, 2008, at 1:55 PM, Vicky_Dev wrote:
>> I am Newbie to Solr . I am looking for guide to build a Solr based
>> search. I
>> was not able to find any book/reference manual on Solr which can
Hi
I am Newbie to Solr . I am looking for guide to build a Solr based search. I
was not able to find any book/reference manual on Solr which can help out in
building application around solr.
Links mentioned "02 October 2007 - Solr at OSSummit Asia" on
http://lucene.apache.org/solr/ is not work
24 matches
Mail list logo